Home
last modified time | relevance | path

Searched refs:mDebugTag (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java930 private final String mDebugTag; field in CellBroadcastHandler.LocationRequester
943 mDebugTag = debugTag; in LocationRequester()
962 Log.wtf(mDebugTag, "Location is never supposed to be null"); in onLocationUpdate()
969 Log.d(mDebugTag, "onLocationUpdate: received location update"); in onLocationUpdate()
978 Log.d(mDebugTag, "onLocationUnavailable: called"); in onLocationUnavailable()
985 Log.d(mDebugTag, "cancel: location update in progress"); in cancel()
989 Log.d(mDebugTag, "cancel: location update NOT in progress"); in cancel()
1008 if (DBG) Log.d(mDebugTag, "requestLocationUpdate"); in requestLocationUpdateInternal()
1011 Log.e(mDebugTag, in requestLocationUpdateInternal()
1023 Log.d(mDebugTag, "Location is turned off."); in requestLocationUpdateInternal()
[all …]