HomeSort by relevance Sort by last modified time
    Searched full:appcontext (Results 26 - 50 of 63) sorted by null

12 3

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DockAudioMediaPreferenceControllerTest.java 64 final Context appContext = ShadowApplication.getInstance().getApplicationContext();
70 mPreference = new DropDownPreference(appContext);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
ViewTest.java 48 // View creation deferred (typically until test time) so that factory/appcontext is
FragmentTestCase.java 45 // Fragment creation deferred (typically until test time) so that factory/appcontext is
MultiAttachmentLayoutTest.java 45 // View creation deferred (typically until test time) so that factory/appcontext is
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 79 Context appContext = mContext.createPackageContext(
82 appContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
83 appInflater = appInflater.cloneInContext(appContext);
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstFacadeImpl.java 109 * @param appContext the application context
115 public BurstFacadeImpl(Context appContext,
119 mBurstController = new BurstControllerImpl(appContext);
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
MoveJob.java 94 final ContentResolver resolver = appContext.getContentResolver();
152 appContext, operationType, Metrics.OPMODE_PROVIDER);
157 appContext, Metrics.SUBFILEOP_QUICK_MOVE, src.derivedUri);
ResolvedResourcesJob.java 66 Iterable<Uri> uris = mResourceUris.getUris(appContext);
120 final ContentResolver resolver = appContext.getContentResolver();
123 uris = mResourceUris.getUris(appContext);
Job.java 89 final Context appContext;
126 this.appContext = service.getApplicationContext();
287 .setContentIntent(PendingIntent.getActivity(appContext, 0, navigateIntent,
304 PendingIntent.getActivity(appContext, 0,
CompressJob.java 94 final ContentResolver resolver = appContext.getContentResolver();
  /packages/apps/Email/provider_src/com/android/email/mail/
Sender.java 109 Context appContext = context.getApplicationContext();
110 Sender sender = findSender(appContext, R.xml.senders_product, account);
112 sender = findSender(appContext, R.xml.senders, account);
Store.java 110 Context appContext = context.getApplicationContext();
120 store = (Store)m.invoke(null, account, appContext);
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarUiEntry.java 40 public CarUiEntry(Context uiLibContext, Context appContext) {
42 appContext.getResources().getConfiguration());
43 mAppContext = appContext;
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 555 Context appContext;
557 appContext = mContext.createPackageContext(packageName, 0 /* flags */);
568 restriction = loadRestrictionElement(appContext, xml);
586 private RestrictionEntry loadRestrictionElement(Context appContext, XmlResourceParser xml)
591 TypedArray a = appContext.obtainStyledAttributes(attrSet,
593 return loadRestriction(appContext, a, xml);
599 private RestrictionEntry loadRestriction(Context appContext, TypedArray a, XmlResourceParser xml)
623 restriction.setChoiceEntries(appContext, entries);
626 restriction.setChoiceValues(appContext, entryValues);
644 appContext.getResources().getStringArray(resId))
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 142 void *AppContext;
153 void *AppContext;
401 x->AppContext = NULL;
416 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext)
470 sdr->AppContext = AppContext;
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
SiteMapManager.java 122 final Context appContext = context.getApplicationContext();
123 final SQLiteDatabase db = IndexDatabaseHelper.getInstance(appContext).getReadableDatabase();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 139 public void onBluetoothManagerInitialized(Context appContext,
  /frameworks/base/media/java/android/media/
MediaRouter.java 114 Static(Context appContext) {
115 mPackageName = appContext.getPackageName();
116 mResources = appContext.getResources();
117 mHandler = new Handler(appContext.getMainLooper());
122 mDisplayService = (DisplayManager) appContext.getSystemService(Context.DISPLAY_SERVICE);
135 mCanConfigureWifiDisplays = appContext.checkPermission(
141 void startMonitoringRoutes(Context appContext) {
146 if (((AudioManager) appContext.getSystemService(Context.AUDIO_SERVICE))
156 appContext.registerReceiver(new WifiDisplayStatusChangedReceiver(),
158 appContext.registerReceiver(new VolumeChangeReceiver()
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 427 final Context appContext = getApplicationContext();
445 mCredentials.createSystemInstallIntent(appContext),
  /packages/apps/TV/src/com/android/tv/util/
ImageLoader.java 145 final Context appContext = context.getApplicationContext();
152 doLoadBitmap(appContext, uriString, maxWidth, maxHeight, null,
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarUiEntry.java 87 public CarUiEntry(Context providerContext, Context appContext) {
88 super(providerContext, appContext);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 418 SSLContext appContext;
420 appContext = mSystemFacade.getSSLContextForPackage(mContext, mInfo.mPackage);
449 ((HttpsURLConnection)conn).setSSLSocketFactory(appContext.getSocketFactory());
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java     [all...]
ActivityThread.java     [all...]
LoadedApk.java     [all...]

Completed in 857 milliseconds

12 3