Searched refs:getApplicationLabel (Results 1 – 4 of 4) sorted by relevance
120 CharSequence label = packageManager.getApplicationLabel(appInfo); in getPackageLabel()
60 assertThat(rpm.getApplicationLabel(info).toString(), equalTo(TEST_PACKAGE_LABEL)); in getApplicationInfo__OtherApplication()
140 public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in RobolectricPackageManager
230 @Override public CharSequence getApplicationLabel(ApplicationInfo info) { in getApplicationLabel() method in StubPackageManager