OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBestPackageName
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/location/
LocationProviderProxy.java
89
return mServiceWatcher.
getBestPackageName
();
120
Log.e(TAG, mServiceWatcher.
getBestPackageName
() +
135
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
170
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
188
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
214
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
222
pw.append(" pkg=").append(mServiceWatcher.
getBestPackageName
());
241
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
256
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
272
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e)
[
all
...]
GeocoderProxy.java
72
return mServiceWatcher.
getBestPackageName
();
/frameworks/base/services/java/com/android/server/
ServiceWatcher.java
356
public String
getBestPackageName
() {
Completed in 30 milliseconds