HomeSort by relevance Sort by last modified time
    Searched refs:application (Results 601 - 625 of 1933) sorted by null

<<21222324252627282930>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
EnterprisePrivacySettingsTest.java 87 mSettings.createPreferenceControllers(RuntimeEnvironment.application);
95 .getPreferenceControllers(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
FingerprintEnrollEnrollingTest.java 24 import static org.robolectric.RuntimeEnvironment.application;
104 Shadow.extract(application.getSystemService(Vibrator.class));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
AndroidBeamPreferenceControllerTest.java 66 mContext = spy(RuntimeEnvironment.application);
77 mAndroidBeamPreference = new RestrictedPreference(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
AppLinkPreferenceControllerTest.java 63 mContext = RuntimeEnvironment.application;
124 Preference pref = new Preference(RuntimeEnvironment.application);
ZenModeEventsPreferenceControllerTest.java 72 mContext = RuntimeEnvironment.application;
73 mContentResolver = RuntimeEnvironment.application.getContentResolver();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
BaseSearchIndexProviderTest.java 54 mContext = RuntimeEnvironment.application;
168 provider.getNonIndexableKeys(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/security/
SimLockPreferenceControllerTest.java 75 mController = new SimLockPreferenceController(RuntimeEnvironment.application);
76 mPreference = new Preference(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/system/
SystemUpdatePreferenceControllerTest.java 68 mContext = RuntimeEnvironment.application;
75 mPreference = new Preference(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherPasswordPreferenceControllerTest.java 65 mPreference = new ValidatedEditTextPreference(RuntimeEnvironment.application);
75 when(mContext.getResources()).thenReturn(RuntimeEnvironment.application.getResources());
WifiTetherSSIDPreferenceControllerTest.java 62 mPreference = new ValidatedEditTextPreference(RuntimeEnvironment.application);
68 when(mContext.getResources()).thenReturn(RuntimeEnvironment.application.getResources());
WifiTetherSecurityPreferenceControllerTest.java 51 mContext = spy(RuntimeEnvironment.application);
61 mPreference = new ListPreference(RuntimeEnvironment.application);
WifiTetherSwitchBarControllerTest.java 66 mContext = spy(RuntimeEnvironment.application);
80 Settings.Global.putInt(RuntimeEnvironment.application.getContentResolver(),
  /packages/providers/ContactsProvider/
Android.mk 16 # application. This configuration line selects which packages will be analyzed,
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 46 public CallLogger(PhoneGlobals application, CallLogAsync callLogAsync) {
47 mApplication = application;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 56 getbaseclasses(application)
123 'capp' : application,
  /prebuilts/go/darwin-x86/src/mime/
type.go 15 mimeTypes sync.Map // map[string]string; ".Z" => "application/x-compress"
16 mimeTypesLower sync.Map // map[string]string; ".z" => "application/x-compress"
65 ".js": "application/x-javascript",
66 ".pdf": "application/pdf",
type_plan9.go 30 ".t1": "application/test",
type_unix.go 60 ".T1": "application/test",
  /prebuilts/go/linux-x86/src/mime/
type.go 15 mimeTypes sync.Map // map[string]string; ".Z" => "application/x-compress"
16 mimeTypesLower sync.Map // map[string]string; ".z" => "application/x-compress"
65 ".js": "application/x-javascript",
66 ".pdf": "application/pdf",
type_plan9.go 30 ".t1": "application/test",
type_unix.go 60 ".T1": "application/test",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 56 getbaseclasses(application)
123 'capp' : application,
  /compatibility/cdd/7_hardware-compatibility/
7_5_cameras.md 6 * [C-1-2] MUST be possible for an application to simultaneously allocate
27 in the camera driver (transparent to application software).
35 on a Camera preview surface, unless the application has explicitly enabled
38 device?s built-in system camera application, but only to third-party
60 orientation specified by the application when the current application has
66 horizontal axis when the current application does not explicitly request
72 returned to application callbacks or committed to media storage.
134 data provided to application callbacks when an application has never calle
    [all...]
  /external/libbrillo/brillo/
mime_utils.h 21 BRILLO_EXPORT extern const char kApplication[]; // application
51 namespace application { namespace in namespace:brillo::mime
52 // Common application MIME types
53 // application/octet-stream
55 // application/json
57 // application/x-www-form-urlencoded
59 // application/x-protobuf
61 } // namespace application
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Standard_Suite.py 87 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
88 """application - The Disk Copy application """
91 """version - the version of this application """
95 """name - the name of this application """
99 """comment - the comment associated with the application """
308 application._propdict = {
336 application._elemdict = {
418 'capp' : application,

Completed in 4681 milliseconds

<<21222324252627282930>>