Searched refs:mockLocationApp (Results 1 – 1 of 1) sorted by relevance
117 final String mockLocationApp = getCurrentMockLocationApp(); in updateMockLocation() local119 if (!TextUtils.isEmpty(mockLocationApp)) { in updateMockLocation()123 getAppLabel(mockLocationApp))); in updateMockLocation()146 private String getAppLabel(String mockLocationApp) { in getAppLabel() argument149 mockLocationApp, PackageManager.MATCH_DISABLED_COMPONENTS); in getAppLabel()151 return appLabel != null ? appLabel.toString() : mockLocationApp; in getAppLabel()153 return mockLocationApp; in getAppLabel()