Searched refs:iconRes (Results 1 – 4 of 4) sorted by relevance
713 private Intent createSetUserIconIntent(int iconRes) { in createSetUserIconIntent() argument717 .putExtra(CommandReceiverActivity.EXTRA_VALUE, iconRes); in createSetUserIconIntent()
356 int iconRes = intent.getIntExtra(EXTRA_VALUE, in onCreate() local358 mDpm.setUserIcon(mAdmin, BitmapFactory.decodeResource(getResources(), iconRes)); in onCreate()
786 int iconRes = R.drawable.start; in testGetIcon() local789 assertNotNull(mPackageManager.getDrawable(PACKAGE_NAME, iconRes, appInfo)); in testGetIcon()1720 assertThat(info.icon).isEqualTo((useRoundIcon ? info.roundIconRes : info.iconRes)); in testGetApplicationInfo_icon_MatchesUseRoundIcon()
34805 field @Deprecated public int iconRes;