OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBestPackageName
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/location/
LocationProviderProxy.java
88
return mServiceWatcher.
getBestPackageName
();
119
Log.e(TAG, mServiceWatcher.
getBestPackageName
() +
134
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
169
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
187
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
213
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
221
pw.append(" pkg=").append(mServiceWatcher.
getBestPackageName
());
240
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
255
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e);
271
Log.e(TAG, "Exception from " + mServiceWatcher.
getBestPackageName
(), e)
[
all
...]
/frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java
355
public String
getBestPackageName
() {
Completed in 36 milliseconds