Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DMockLocationAppPreferenceController.java117 final String mockLocationApp = getCurrentMockLocationApp(); in updateMockLocation() local
119 if (!TextUtils.isEmpty(mockLocationApp)) { in updateMockLocation()
123 getAppLabel(mockLocationApp))); in updateMockLocation()
146 private String getAppLabel(String mockLocationApp) { in getAppLabel() argument
149 mockLocationApp, PackageManager.MATCH_DISABLED_COMPONENTS); in getAppLabel()
151 return appLabel != null ? appLabel.toString() : mockLocationApp; in getAppLabel()
153 return mockLocationApp; in getAppLabel()