/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | GalleryContext.java | 32 public Resources getResources(); method in interface:GalleryContext
|
H A D | GalleryApp.java | 39 public Resources getResources(); method in interface:GalleryApp
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
H A D | PipelineInterface.java | 26 public Resources getResources(); method in interface:PipelineInterface
|
H A D | CachingPipeline.java | 121 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 D | LiteFragment.java | 33 public Resources getResources(); method in interface:LiteFragment
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | SmsProviderTest.java | 108 public Resources getResources() { method in class:SmsProviderTest.MockContextWithProvider 109 Log.d(TAG, "getResources: returning null");
|
H A D | TelephonyProviderTest.java | 116 public Resources getResources() { method in class:TelephonyProviderTest.MockContextWithProvider 117 Log.d(TAG, "getResources: returning null");
|
H A D | CarrierProviderTest.java | 100 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 D | MockTvProviderContext.java | 52 public Resources getResources() { method in class:MockTvProviderContext 53 return mBase.getResources();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Partner.java | 83 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 D | StringResourceMap.java | 83 public List<StringResource> getResources() { method in class:StringResourceMap
|
/packages/apps/Browser2/src/org/chromium/webview_shell/ |
H A D | WebViewBrowserActivity.java | 113 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 D | DbTestUtils.java | 65 public Resources getResources() { method in class:DbTestUtils.FakeContext
|
H A D | AsyncQueryServiceTest.java | 90 public Resources getResources() { method in class:AsyncQueryServiceTest.MockContext2 91 return getContext().getResources();
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A D | TestActivity.java | 126 public final Resources getResources() { method in class:TestActivity
|
/packages/apps/Email/tests/src/com/android/email/ |
H A D | DBTestHelper.java | 168 public Resources getResources() { method in class:DBTestHelper.ProviderContextSetupHelper.MockContext2 169 return mBaseContext.getResources();
|
/packages/apps/Settings/tests/unit/src/com/android/settings/ |
H A D | TetherServiceTest.java | 357 public Resources getResources() { method in class:TetherServiceTest.TestContextWrapper
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
H A D | EditEventHelperTest.java | 164 public Resources getResources() { method in class:EditEventHelperTest.MockAbsCalendarActivity
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsActor.java | 467 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 D | ComponentContextFixture.java | 203 public Resources getResources() { method in class:ComponentContextFixture.FakeApplicationContext 406 public Resources getResources() {
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
H A D | CalendarProvider2Test.java | 132 public Resources getResources() { method in class:CalendarProvider2Test.MockContext2 133 return getContext().getResources();
|
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |