Searched defs:getResources (Results 1 - 22 of 22) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryContext.java32 public Resources getResources(); method in interface:GalleryContext
H A DGalleryApp.java39 public Resources getResources(); method in interface:GalleryApp
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DPipelineInterface.java26 public Resources getResources(); method in interface:PipelineInterface
H A DCachingPipeline.java121 public Resources getResources() { method in class:CachingPipeline
122 return sRS.getApplicationContext().getResources();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DLiteFragment.java33 public Resources getResources(); method in interface:LiteFragment
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DSmsProviderTest.java108 public Resources getResources() { method in class:SmsProviderTest.MockContextWithProvider
109 Log.d(TAG, "getResources: returning null");
H A DTelephonyProviderTest.java116 public Resources getResources() { method in class:TelephonyProviderTest.MockContextWithProvider
117 Log.d(TAG, "getResources: returning null");
H A DCarrierProviderTest.java100 public Resources getResources() { method in class:CarrierProviderTest.MockContextWithProvider
101 Log.d(TAG, "getResources: returning null");
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DMockTvProviderContext.java52 public Resources getResources() { method in class:MockTvProviderContext
53 return mBase.getResources();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPartner.java83 public Resources getResources() { method in class:Partner
88 int defaultLayout = getResources().getIdentifier(Partner.RES_DEFAULT_LAYOUT,
94 int folder = getResources().getIdentifier(Partner.RES_FOLDER,
100 int resId = getResources().getIdentifier(RES_DEFAULT_WALLPAPER_HIDDEN, "bool",
102 return resId != 0 && getResources().getBoolean(resId);
106 int resId = getResources().getIdentifier(RES_SYSTEM_WALLPAPER_DIR, "string",
108 return (resId != 0) ? new File(getResources().getString(resId)) : null;
112 int resId = getResources().getIdentifier(RES_REQUIRE_FIRST_RUN_FLOW, "bool",
114 return resId != 0 && getResources().getBoolean(resId);
123 int resId = getResources()
[all...]
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DStringResourceMap.java83 public List<StringResource> getResources() { method in class:StringResourceMap
/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DWebViewBrowserActivity.java113 public String[] getResources() { method in class:WebViewBrowserActivity.GeoPermissionRequest
141 public String[] getResources() { method in class:WebViewBrowserActivity.FilePermissionRequest
200 setTitle(getResources().getString(R.string.title_activity_browser) + " " + mWebViewVersion);
269 for (String webkitPermission : request.getResources()) {
278 request.grant(request.getResources());
284 for (String webkitPermission : request.getResources()) {
296 request.grant(request.getResources());
318 for (String webkitPermission : request.getResources()) {
324 request.grant(request.getResources());
402 .setTitle(getResources()
[all...]
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DDbTestUtils.java65 public Resources getResources() { method in class:DbTestUtils.FakeContext
H A DAsyncQueryServiceTest.java90 public Resources getResources() { method in class:AsyncQueryServiceTest.MockContext2
91 return getContext().getResources();
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestActivity.java126 public final Resources getResources() { method in class:TestActivity
/packages/apps/Email/tests/src/com/android/email/
H A DDBTestHelper.java168 public Resources getResources() { method in class:DBTestHelper.ProviderContextSetupHelper.MockContext2
169 return mBaseContext.getResources();
/packages/apps/Settings/tests/unit/src/com/android/settings/
H A DTetherServiceTest.java357 public Resources getResources() { method in class:TetherServiceTest.TestContextWrapper
/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java164 public Resources getResources() { method in class:EditEventHelperTest.MockAbsCalendarActivity
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java467 Resources resources = overallContext.getResources();
485 public Resources getResources() { method in class:ContactsActor.RestrictionMockContext
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java203 public Resources getResources() { method in class:ComponentContextFixture.FakeApplicationContext
406 public Resources getResources() {
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java132 public Resources getResources() { method in class:CalendarProvider2Test.MockContext2
133 return getContext().getResources();
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 5689 milliseconds