OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getApplicationLabel
(Results
1 - 6
of
6
) sorted by null
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
AppLabelCache.java
40
name = pm.
getApplicationLabel
(ai).toString();
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
MyBaseListFragment.java
115
return pm.
getApplicationLabel
(ai).toString();
/external/libchrome/base/android/java/src/org/chromium/base/
BuildInfo.java
106
hostPackageLabel = nullToEmpty(pm.
getApplicationLabel
(pi.applicationInfo));
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
PermissionLockdownTestActivity.java
102
packageNameTextView.setText(packageManager.
getApplicationLabel
(applicationInfo));
/cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java
256
// Test getApplicationInfo,
getApplicationLabel
258
assertEquals(appLabel, mPackageManager.
getApplicationLabel
(appInfo));
[
all
...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageManagerTest.java
632
assertThat(packageManager.
getApplicationLabel
(info).toString()).isEqualTo(TEST_PACKAGE_LABEL);
[
all
...]
Completed in 176 milliseconds