package android.os; interface ICloudGpsCallback { void gpsStatusChanged(int status); }