Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceUtils.java54 public List<Face> getBiometricsForUser(Context ctx, int userId) { in getBiometricsForUser()
59 public void addBiometricForUser(Context ctx, int userId, in addBiometricForUser()
65 public void removeBiometricForUser(Context ctx, int userId, int faceId) { in removeBiometricForUser()
70 public void renameBiometricForUser(Context ctx, int userId, int faceId, CharSequence name) { in renameBiometricForUser()
83 private FaceUserState getStateForUser(Context ctx, int userId) { in getStateForUser()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
DAccessibilityButtonHelper.java31 public static boolean isRequestedByMagnification(Context ctx) { in isRequestedByMagnification()
36 public static boolean isRequestedByAccessibilityService(Context ctx) { in isRequestedByAccessibilityService()
54 public static boolean isRequested(Context ctx) { in isRequested()
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { in UnitTest()
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { in UnitTest()
51 protected UnitTest(RSTestCore rstc, Context ctx) { in UnitTest()
55 protected UnitTest(Context ctx) { in UnitTest()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { in UnitTest()
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { in UnitTest()
51 protected UnitTest(RSTestCore rstc, Context ctx) { in UnitTest()
55 protected UnitTest(Context ctx) { in UnitTest()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { in UnitTest()
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { in UnitTest()
51 protected UnitTest(RSTestCore rstc, Context ctx) { in UnitTest()
55 protected UnitTest(Context ctx) { in UnitTest()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DDisappearAnimationUtils.java28 public DisappearAnimationUtils(Context ctx) { in DisappearAnimationUtils()
34 public DisappearAnimationUtils(Context ctx, long duration, float translationScaleFactor, in DisappearAnimationUtils()
40 public DisappearAnimationUtils(Context ctx, long duration, float translationScaleFactor, in DisappearAnimationUtils()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUnitTest.java37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { in UnitTest()
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { in UnitTest()
51 protected UnitTest(RSTestCore rstc, Context ctx) { in UnitTest()
55 protected UnitTest(Context ctx) { in UnitTest()
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
DUnitTest.java40 protected UnitTest(RSoVTestCore rstc, String n, int initResult, Context ctx) { in UnitTest()
50 protected UnitTest(RSoVTestCore rstc, String n, Context ctx) { in UnitTest()
54 protected UnitTest(RSoVTestCore rstc, Context ctx) { in UnitTest()
58 protected UnitTest(Context ctx) { in UnitTest()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java225 public AccessibilityManager createService(ContextImpl ctx) { in registerService()
232 public CaptioningManager createService(ContextImpl ctx) { in registerService()
274 return new AlarmManager(service, ctx); in registerService() argument
280 public AudioManager createService(ContextImpl ctx) { in registerService()
287 public MediaRouter createService(ContextImpl ctx) { in registerService()
294 public BluetoothManager createService(ContextImpl ctx) { in registerService()
309 public TextClassificationManager createService(ContextImpl ctx) { in registerService()
393 public DownloadManager createService(ContextImpl ctx) { in registerService()
411 public NfcManager createService(ContextImpl ctx) { in registerService()
460 public TextServicesManager createService(ContextImpl ctx) in registerService()
[all …]
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteCompatibilityWalFlagsTest.java100 Context ctx = InstrumentationRegistry.getContext(); in testApplyFlags() local
114 Context ctx = InstrumentationRegistry.getContext(); in testApplyFlags_thenDisableWriteAheadLogging() local
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java66 public static void schedule(int userId, Context ctx, BackupManagerConstants constants) { in schedule()
70 public static void schedule(int userId, Context ctx, long delay, in schedule()
114 public static void cancel(int userId, Context ctx) { in cancel()
DFullBackupJob.java45 public static void schedule(int userId, Context ctx, long minDelay, in schedule()
65 public static void cancel(int userId, Context ctx) { in cancel()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java102 public TetheringConfiguration(Context ctx, SharedLog log, int id) { in TetheringConfiguration()
231 public static boolean checkDunRequired(Context ctx) { in checkDunRequired()
327 private static boolean getEnableLegacyDhcpServer(Context ctx) { in getEnableLegacyDhcpServer()
333 private Resources getResources(Context ctx, int subId) { in getResources()
342 protected Resources getResourcesForSubIdWrapper(Context ctx, int subId) { in getResourcesForSubIdWrapper()
DTetheringDependencies.java48 public UpstreamNetworkMonitor getUpstreamNetworkMonitor(Context ctx, StateMachine target, in getUpstreamNetworkMonitor()
85 public EntitlementManager getEntitlementManager(Context ctx, StateMachine target, in getEntitlementManager()
/frameworks/base/core/tests/coretests/src/android/provider/
DFontsContractE2ETest.java117 Context ctx = inst.getTargetContext(); in typefaceCacheTest() local
156 Context ctx = inst.getTargetContext(); in typefaceNotCacheTest() local
179 Context ctx = inst.getTargetContext(); in typefaceNullFdTest() local
/frameworks/rs/tests/java_api/RsMinimalTest/src/com/android/rs/minimaltest/
DUnitTest.java72 public UnitTest(String n, Context ctx) { in UnitTest()
207 public static Iterable<Class<? extends UnitTest>> getProperSubclasses(Context ctx) in getProperSubclasses()
213 private static <T> Iterable<Class<? extends T>> getProperSubclasses(Class<T> klass, Context ctx) in getProperSubclasses()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUnitTest.java72 public UnitTest(String n, Context ctx) { in UnitTest()
207 public static Iterable<Class<? extends UnitTest>> getProperSubclasses(Context ctx) in getProperSubclasses()
213 private static <T> Iterable<Class<? extends T>> getProperSubclasses(Class<T> klass, Context ctx) in getProperSubclasses()
/frameworks/base/core/java/android/net/
DProxy.java111 public static final java.net.Proxy getProxy(Context ctx, String url) { in getProxy()
137 public static final String getHost(Context ctx) { in getHost()
155 public static final int getPort(Context ctx) { in getPort()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUnitTest.java75 public UnitTest(String n, Context ctx) { in UnitTest()
210 public static Iterable<Class<? extends UnitTest>> getProperSubclasses(Context ctx) in getProperSubclasses()
216 private static <T> Iterable<Class<? extends T>> getProperSubclasses(Class<T> klass, Context ctx) in getProperSubclasses()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator_test.cpp110 std::unique_ptr<IAaptContext> ctx = test::ContextBuilder().SetMinSdkVersion(19).Build(); in TEST_F() local
137 std::unique_ptr<IAaptContext> ctx = test::ContextBuilder().SetMinSdkVersion(1).Build(); in TEST_F() local
162 std::unique_ptr<IAaptContext> ctx = test::ContextBuilder().SetMinSdkVersion(1).Build(); in TEST_F() local
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintUtils.java54 public List<Fingerprint> getBiometricsForUser(Context ctx, int userId) { in getBiometricsForUser()
84 private FingerprintUserState getStateForUser(Context ctx, int userId) { in getStateForUser()
/frameworks/base/media/jni/
Dandroid_media_ImageReader.cpp235 JNIImageReaderContext *ctx; in ImageReader_getContext() local
244 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz); in ImageReader_getProducer() local
254 jobject thiz, sp<JNIImageReaderContext> ctx) in ImageReader_setNativeContext()
271 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz); in ImageReader_getBufferConsumer() local
373 sp<JNIImageReaderContext> ctx(new JNIImageReaderContext(env, weakThiz, clazz, maxImages)); in ImageReader_init() local
433 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz); in ImageReader_close() local
485 JNIImageReaderContext* ctx = ImageReader_getContext(env, thiz); in ImageReader_imageRelease() local
507 JNIImageReaderContext* ctx = ImageReader_getContext(env, thiz); in ImageReader_imageSetup() local
619 JNIImageReaderContext* ctx = ImageReader_getContext(env, thiz); in ImageReader_detachImage() local
649 JNIImageReaderContext* ctx = ImageReader_getContext(env, thiz); in ImageReader_discardFreeBuffers() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp76 RsdCpuScriptIntrinsicLUT::RsdCpuScriptIntrinsicLUT(RsdCpuReferenceImpl *ctx, in RsdCpuScriptIntrinsicLUT()
94 RsdCpuScriptImpl * rsdIntrinsic_LUT(RsdCpuReferenceImpl *ctx, in rsdIntrinsic_LUT()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureContextTest.java38 final ContentCaptureContext ctx = new ContentCaptureContext(/* clientContext= */ null, in testConstructorAdditionalFlags() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyBuilder.java91 … IRubyObject ctx = cMessageBuilderContext.newInstance(context, msgdef, this, Block.NULL_BLOCK); in addMessage() local
119 IRubyObject ctx = cEnumBuilderContext.newInstance(context, enumDef, Block.NULL_BLOCK); in addEnum() local

12345678910>>...15