HomeSort by relevance Sort by last modified time
    Searched defs:context (Results 626 - 650 of 5241) sorted by null

<<21222324252627282930>>

  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactViewHolder.java 19 import android.content.Context;
73 private final Context context; field in class:SearchContactViewHolder
88 context = view.getContext();
96 dialerContact = getDialerContact(context, cursor);
100 String label = getLabel(context.getResources(), cursor);
104 : context.getString(
107 nameOrNumberView.setText(QueryBoldingUtil.getNameWithQueryBolded(query, name, context));
115 ContactPhotoManager.getInstance(context)
164 currentAction = getCallToAction(context, cursor, query)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.5/
lint-checks-23.2.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.8/
lint-checks-23.2.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.0.0/
lint-checks-24.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.0.1/
lint-checks-24.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 
  /art/runtime/gc/space/
zygote_space.cc 107 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); local
108 DCHECK(context->space->IsZygoteSpace());
109 ZygoteSpace* zygote_space = context->space->AsZygoteSpace();
110 Locks::heap_bitmap_lock_->AssertExclusiveHeld(context->self);
114 if (!context->swap_bitmaps) {
  /art/runtime/
runtime_common.cc 135 : context(reinterpret_cast<ucontext_t*>(raw_context)->uc_mcontext) {}
147 mcontext_t& context; member in struct:art::UContext
152 DumpRegister32(os, "eax", context->__ss.__eax);
153 DumpRegister32(os, "ebx", context->__ss.__ebx);
154 DumpRegister32(os, "ecx", context->__ss.__ecx);
155 DumpRegister32(os, "edx", context->__ss.__edx);
158 DumpRegister32(os, "edi", context->__ss.__edi);
159 DumpRegister32(os, "esi", context->__ss.__esi);
160 DumpRegister32(os, "ebp", context->__ss.__ebp);
161 DumpRegister32(os, "esp", context->__ss.__esp)
    [all...]
  /bionic/libc/kernel/uapi/drm/
sis_drm.h 39 int context; member in struct:__anon427
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestAdapter.java 25 import android.content.Context;
34 Context context; field in class:TestAdapter
48 public TestAdapter(Context context, List<Integer> testInstructions) {
49 this.context = context;
50 inflater = LayoutInflater.from(context);
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp22/src/com/android/cts/usepermission/
UsePermissionTest22.java 30 import android.content.Context;
47 final Context context = getInstrumentation().getContext(); local
52 context.checkPermission(android.Manifest.permission.READ_EXTERNAL_STORAGE,
55 context.checkPermission(android.Manifest.permission.WRITE_EXTERNAL_STORAGE,
59 for (File path : getAllPackageSpecificPaths(context)) {
75 final Context context = getInstrumentation().getContext(); local
81 context.checkPermission(android.Manifest.permission.READ_EXTERNAL_STORAGE,
84 context.checkPermission(android.Manifest.permission.WRITE_EXTERNAL_STORAGE
    [all...]
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
InvalidSyncAuthoritiesDeviceTest.java 25 import android.content.Context;
49 final Context context = InstrumentationRegistry.getTargetContext(); local
50 mAccountManager = context.getSystemService(AccountManager.class);
  /cts/hostsidetests/devicepolicy/app/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
CrossProfileAppsNonTargetUserTest.java 20 import android.content.Context;
43 private Context mContext;
53 Context context = InstrumentationRegistry.getContext(); local
55 UserManager userManager = context.getSystemService(UserManager.class);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AffiliationTest.java 21 import android.content.Context;
46 Context context = InstrumentationRegistry.getContext(); local
48 context.getSystemService(Context.DEVICE_POLICY_SERVICE);
49 mAdminComponent = BasicAdminReceiver.getComponentName(context);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ProfileTimeoutTestHelper.java 22 import android.content.Context;
42 final Context context = getInstrumentation().getContext(); local
43 mDpm = (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE);
44 mKm = (KeyguardManager) context.getSystemService(Context.KEYGUARD_SERVICE);
  /cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
SeccompDeviceTest.java 23 import android.content.Context;
52 final Context context = InstrumentationRegistry.getInstrumentation().getTargetContext(); local
53 AssetManager manager = context.getAssets();
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
WakelockLoadTestRunnable.java 18 import android.content.Context;
33 Context context = InstrumentationRegistry.getContext(); local
34 PowerManager pm = context.getSystemService(PowerManager.class);
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
SyncOrderedBroadcast.java 20 import android.content.Context;
36 @Override public void onReceive(Context context, Intent intent) {
47 public int sendAndWait(Context context, Intent broadcast, int initialCode,
50 context.sendOrderedBroadcast(broadcast, null, mReceiver,
51 new Handler(context.getMainLooper()), initialCode, initialData, initialExtras);
  /cts/tests/tests/content/src/android/content/cts/
ContextMoreTest.java 19 import android.content.Context;
34 * Test for {@link Context#getSystemService)}.
52 final Context context = getContext(); local
53 final Object[] serviceCache = findServiceCache(context);
62 final Object service = context.getSystemService(ActivityManager.class);
128 * Try to find the mServiceCache field from a Context. Returns null if none found.
130 private static Object[] findServiceCache(Context context) {
131 // Find the base context
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 20 import android.content.Context;
57 Context context = getContext(); local
58 PackageManager pm = context.getPackageManager();

Completed in 444 milliseconds

<<21222324252627282930>>