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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbumSet.java 32 public ComboAlbumSet(Path path, GalleryApp application, MediaSet[] mediaSets) {
38 mName = application.getResources().getString(
SnailSource.java 30 public SnailSource(GalleryApp application) {
32 mApplication = application;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
HelpTrampolineTest.java 47 RuntimeEnvironment.application.getPackageName(), HelpTrampoline.class.getName());
57 RuntimeEnvironment.application.getPackageName(), HelpTrampoline.class.getName())
LegalSettingsTest.java 45 mContext = spy(RuntimeEnvironment.application);
61 final Context context = RuntimeEnvironment.application;
SettingsDialogFragmentTest.java 55 mDialogFragment.onAttach(RuntimeEnvironment.application);
69 mDialogFragment.onAttach(RuntimeEnvironment.application);
RestrictedListPreferenceTest.java 23 import static org.robolectric.RuntimeEnvironment.application;
61 Shadows.shadowOf(application.getSystemService(KeyguardManager.class));
64 mPreference = new RestrictedListPreference(application, mock(AttributeSet.class));
81 Intent started = shadowOf(application).getNextStartedActivity();
96 Intent started = shadowOf(application).getNextStartedActivity();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/core/
SettingsSliderPreferenceControllerTest.java 39 mPreference = new SeekBarPreference(RuntimeEnvironment.application);
40 mSliderController = new FakeSliderPreferenceController(RuntimeEnvironment.application,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
TimeZoneInfoPreferenceControllerTest.java 44 new TimeZoneInfoPreferenceController(RuntimeEnvironment.application);
47 Preference preference = spy(new Preference(RuntimeEnvironment.application));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
AssistGestureSettingsTest.java 61 RuntimeEnvironment.application, true /* enabled */);
73 RuntimeEnvironment.application))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
BottomLabelLayoutTest.java 42 mBottomLabelLayout = new BottomLabelLayout(RuntimeEnvironment.application, null);
45 mSpace = new Space(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DndPreferenceControllerTest.java 76 mContext = RuntimeEnvironment.application;
105 Preference pref = new RestrictedSwitchPreference(RuntimeEnvironment.application);
120 Preference pref = new RestrictedSwitchPreference(RuntimeEnvironment.application);
133 Preference pref = new RestrictedSwitchPreference(RuntimeEnvironment.application);
146 new RestrictedSwitchPreference(RuntimeEnvironment.application);
158 new RestrictedSwitchPreference(RuntimeEnvironment.application);
170 new RestrictedSwitchPreference(RuntimeEnvironment.application);
188 new RestrictedSwitchPreference(RuntimeEnvironment.application);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
ResIdSubject.java 21 import static org.robolectric.RuntimeEnvironment.application;
79 return application.getResources().getResourceName(resId);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowShortcutManager.java 19 import static org.robolectric.RuntimeEnvironment.application;
42 return Shadow.extract(application.getSystemService(ShortcutManager.class));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
44 application = None variable in class:WSGIServer
62 return self.application
64 def set_app(self,application):
65 self.application = application
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 16 """copy: (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)
61 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
62 """application - The Finder """
143 application._superclassnames = []
148 application._privpropdict = {
163 application._privelemdict = {
184 'capp' : application,
Legacy_suite.py 73 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
74 """application - The Finder """
83 """application process - A process launched from an application file """
90 """application file - the application file from which this process was launched """
110 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
155 application._superclassnames = []
156 application._privpropdict = {
159 application._privelemdict =
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 104 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
105 """application - An application program """
108 """alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I\xd5d like to conform to the standard. """
182 application._superclassnames = []
183 application._privpropdict = {
187 application._privelemdict = {
215 'capp' : application,
  /external/python/cpython2/Lib/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
44 application = None variable in class:WSGIServer
62 return self.application
64 def set_app(self,application):
65 self.application = application
  /external/python/cpython3/Lib/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
46 application = None variable in class:WSGIServer
64 return self.application
66 def set_app(self,application):
67 self.application = application
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/
RestrictAppActionTest.java 79 mRestrictAppAction = new RestrictAppAction(RuntimeEnvironment.application,
86 DatabaseTestUtils.clearDb(RuntimeEnvironment.application);
97 verify(mFeatureFactory.metricsFeatureProvider).action(RuntimeEnvironment.application,
100 verify(mFeatureFactory.metricsFeatureProvider).action(RuntimeEnvironment.application,
104 verify(mFeatureFactory.metricsFeatureProvider).action(RuntimeEnvironment.application,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/password/
ChooseLockPatternTest.java 20 import static org.robolectric.RuntimeEnvironment.application;
54 Robolectric.buildActivity(ChooseLockPattern.class, new IntentBuilder(application).build())
60 Intent intent = new IntentBuilder(application)
80 Intent intent = new IntentBuilder(application)
124 new IntentBuilder(application)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 16 """copy: (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)
61 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
62 """application - The Finder """
143 application._superclassnames = []
148 application._privpropdict = {
163 application._privelemdict = {
184 'capp' : application,
Legacy_suite.py 73 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
74 """application - The Finder """
83 """application process - A process launched from an application file """
90 """application file - the application file from which this process was launched """
110 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
155 application._superclassnames = []
156 application._privpropdict = {
159 application._privelemdict =
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 104 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
105 """application - An application program """
108 """alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I\xd5d like to conform to the standard. """
182 application._superclassnames = []
183 application._privpropdict = {
187 application._privelemdict = {
215 'capp' : application,
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
simple_server.py 5 or debugging an application. It has not been reviewed for security issues,
44 application = None variable in class:WSGIServer
62 return self.application
64 def set_app(self,application):
65 self.application = application

Completed in 559 milliseconds

1 2 3 4 5 6 7 891011>>