Home
last modified time | relevance | path

Searched refs:mResources (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java102 private ResTable mResources; field in CppAssetManager
279 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 …]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalManager.java68 private final Resources mResources; field in TerminalManager
87 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()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java289 private final Resources mResources; field in HtmlActivityTask.ChromeClient
294 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()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java112 private final Resources mResources; field in AndroidFacade
129 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()