Searched refs:mResources (Results 1 – 4 of 4) sorted by relevance
102 private ResTable mResources; field in CppAssetManager279 if (mResources != null) { in addAssetPath()612 int nextEntryIdx = mResources.getTableCount(); in appendPathToResTable_measured()663 ALOGV("Installing resource asset %s in to table %s\n", ass, mResources); in appendPathToResTable_measured()666 mResources.add(sharedRes, ap.isSystemAsset); in appendPathToResTable_measured()669 mResources.add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable_measured()677 ALOGV("Installing empty resources in to table %s\n", mResources); in appendPathToResTable_measured()678 mResources.addEmpty(nextEntryIdx + 1); in appendPathToResTable_measured()688 ResTable rt = mResources; in getResTable()696 if (mResources != null) { in getResTable()[all …]
68 private final Resources mResources; field in TerminalManager87 mResources = mService.getResources(); in TerminalManager()89 (mResources.getConfiguration().hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES); in TerminalManager()225 AssetFileDescriptor file = mResources.openRawResourceFd(R.raw.bell); in enableMediaPlayer()298 return mResources; in getResources()
289 private final Resources mResources; field in HtmlActivityTask.ChromeClient294 mResources = mActivity.getResources(); in ChromeClient()314 uiFacade.dialogSetPositiveButtonText(mResources.getString(android.R.string.ok)); in onJsAlert()337 uiFacade.dialogSetPositiveButtonText(mResources.getString(android.R.string.ok)); in onJsConfirm()338 uiFacade.dialogSetNegativeButtonText(mResources.getString(android.R.string.cancel)); in onJsConfirm()
112 private final Resources mResources; field in AndroidFacade129 mResources = manager.getAndroidFacadeResources(); in AndroidFacade()845 CharSequence name = mService.getString(mResources.getStringId("notification_channel_name")); in createNotificationChannel()846 …String description = mService.getString(mResources.getStringId("notification_channel_description")… in createNotificationChannel()862 builder.setSmallIcon(mResources.getLogo48()) in notify()