Searched refs:mockLocationApp (Results 1 – 1 of 1) sorted by relevance
97 final String mockLocationApp = getCurrentMockLocationApp(); in updateMockLocation() local99 if (!TextUtils.isEmpty(mockLocationApp)) { in updateMockLocation()102 getAppLabel(mockLocationApp))); in updateMockLocation()124 private String getAppLabel(String mockLocationApp) { in getAppLabel() argument127 mockLocationApp, PackageManager.MATCH_DISABLED_COMPONENTS); in getAppLabel()129 return appLabel != null ? appLabel.toString() : mockLocationApp; in getAppLabel()131 return mockLocationApp; in getAppLabel()