Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DMockLocationAppPreferenceController.java97 final String mockLocationApp = getCurrentMockLocationApp(); in updateMockLocation() local
99 if (!TextUtils.isEmpty(mockLocationApp)) { in updateMockLocation()
102 getAppLabel(mockLocationApp))); in updateMockLocation()
124 private String getAppLabel(String mockLocationApp) { in getAppLabel() argument
127 mockLocationApp, PackageManager.MATCH_DISABLED_COMPONENTS); in getAppLabel()
129 return appLabel != null ? appLabel.toString() : mockLocationApp; in getAppLabel()
131 return mockLocationApp; in getAppLabel()