/packages/apps/Calendar/src/com/android/calendar/ |
D | MultiStateButton.java | 123 public void setButtonDrawable(int resid) { in setButtonDrawable() argument 124 if (resid != 0 && resid == mButtonResource) { in setButtonDrawable() 128 mButtonResource = resid; in setButtonDrawable()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/ |
D | BiometricEnrollBase.java | 99 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 100 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 102 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | BiometricEnrollBase.java | 103 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 104 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 106 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/ |
D | SetupChooseLockGeneric.java | 73 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 74 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 75 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | ChooseLockPattern.java | 93 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 94 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 95 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | ChooseLockPassword.java | 95 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 96 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 97 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | SetupChooseLockGeneric.java | 74 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 75 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 76 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | ChooseLockPattern.java | 93 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 94 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 95 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | ChooseLockPassword.java | 95 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 96 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 97 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | FocusIndicatorView.java | 31 private void setDrawable(int resid) { in setDrawable() argument 32 setBackgroundDrawable(getResources().getDrawable(resid)); in setDrawable()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | RedactionInterstitial.java | 64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 65 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 66 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | RedactionInterstitial.java | 63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 64 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 65 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Settings/src/com/android/settings/ |
D | EncryptionInterstitial.java | 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 66 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 67 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SettingsActivity.java | 336 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 338 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | EncryptionInterstitial.java | 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 66 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource() 67 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
D | SettingsActivity.java | 338 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 340 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | SetupGlifLayoutActivity.java | 53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 55 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | ErrorDialogActivity.java | 94 private void showGenericErrorDialog(int resid) { in showGenericErrorDialog() argument 95 final CharSequence msg = getResources().getText(resid); in showGenericErrorDialog()
|
/packages/apps/SpareParts/src/com/android/spare_parts/ |
D | SpareParts.java | 204 int floatToIndex(float val, int resid) { in floatToIndex() argument 205 String[] indices = getResources().getStringArray(resid); in floatToIndex()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | StorageWizardBase.java | 128 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 130 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageWizardBase.java | 128 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument 130 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | ContactsMockPackageManager.java | 41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | RunningState.java | 620 int resid = R.string.running_processes_item_description_s_s; in setDescription() local 622 resid = numServices != 1 in setDescription() 626 resid = R.string.running_processes_item_description_s_p; in setDescription() 628 mDescription = context.getResources().getString(resid, numProcesses, in setDescription()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningState.java | 620 int resid = R.string.running_processes_item_description_s_s; in setDescription() local 622 resid = numServices != 1 in setDescription() 626 resid = R.string.running_processes_item_description_s_p; in setDescription() 628 mDescription = context.getResources().getString(resid, numProcesses, in setDescription()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 323 private String getToastString(int resid) { in getToastString() argument 324 return mContext.getString(resid, mName != null ? mName : R.string.device); in getToastString()
|