Searched refs:iconRes (Results 1 – 3 of 3) sorted by relevance
642 private Intent createSetUserIconIntent(int iconRes) { in createSetUserIconIntent() argument646 .putExtra(CommandReceiverActivity.EXTRA_VALUE, iconRes); in createSetUserIconIntent()
339 int iconRes = intent.getIntExtra(EXTRA_VALUE, in onCreate() local341 mDpm.setUserIcon(mAdmin, BitmapFactory.decodeResource(getResources(), iconRes)); in onCreate()
551 int iconRes = R.drawable.start; in testGetIcon() local553 assertNotNull(mPackageManager.getDrawable(PACKAGE_NAME, iconRes, appInfo)); in testGetIcon()1327 assertThat(info.icon).isEqualTo((useRoundIcon ? info.roundIconRes : info.iconRes)); in testGetApplicationInfo_icon_MatchesUseRoundIcon()