Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 46) sorted by relevance

12

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBlockingBroadcastReceiver.java74 public static BlockingBroadcastReceiver create(Context context, String expectedAction) { in create() method in BlockingBroadcastReceiver
78 public static BlockingBroadcastReceiver create(Context context, IntentFilter intentFilter) { in create() method in BlockingBroadcastReceiver
82 public static BlockingBroadcastReceiver create(Context context, String expectedAction, in create() method in BlockingBroadcastReceiver
87 public static BlockingBroadcastReceiver create(Context context, IntentFilter intentFilter, in create() method in BlockingBroadcastReceiver
92 public static BlockingBroadcastReceiver create(Context context, in create() method in BlockingBroadcastReceiver
97 public static BlockingBroadcastReceiver create(Context context, Set<IntentFilter> intentFilters, in create() method in BlockingBroadcastReceiver
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DMockSpellCheckerClient.kt39 fun create(context: Context, configuration: MockSpellCheckerConfiguration): in create() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcDialogs.java42 .create(); in createNotEnabledDialog() method
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestAppConnector.java33 static TestAppConnector create(Context context, ConnectionBinder binder) { in create() method
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DThunkerCreateTest.java35 Method create = javaRS.getDeclaredMethod("create", signature); in testCreateReflection() local
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppActivities.java33 static TestAppActivities create(TestAppInstance instance) { in create() method in TestAppActivities
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DShellCommandBuilder.java47 public static ShellCommandBuilder create(Instrumentation instrumentation) { in create() method in ShellCommandBuilder
55 public static ShellCommandBuilder create(UiAutomation uiAutomation) { in create() method in ShellCommandBuilder
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBlockingIntentSender.java45 public static BlockingIntentSender create() { in create() method in BlockingIntentSender
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DProxyVoiceInteractionService.java215 static FakeAlwaysOnHotwordDetector create(String keyphrase, Locale locale, in create() method in ProxyVoiceInteractionService.FakeAlwaysOnHotwordDetector
230 static FakeAlwaysOnHotwordDetector create(String keyphrase, Locale locale, in create() method in ProxyVoiceInteractionService
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DAutoCloseableWrapper.java42 public static <U> AutoCloseableWrapper<U> create(@Nullable U object, in create() method in AutoCloseableWrapper
DSimulatedVirtualDisplaySession.java52 public static SimulatedVirtualDisplaySession create(@NonNull Context context, in create() method in SimulatedVirtualDisplaySession
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java178 private void doMediaNone(Uri collection, Callable<Uri> create) throws Exception { in doMediaNone()
269 Callable<Uri> create, boolean checkExceptionForDelete) throws Exception { in doReadUriPermissionOnUriWithoutId_sameQueryResult()
344 private void doOwningOneFileNotGrantPrefixUriPermission(Uri collectionUri, Callable<Uri> create) in doOwningOneFileNotGrantPrefixUriPermission()
475 private void doMediaRead(Uri collection, Callable<Uri> create) throws Exception { in doMediaRead()
510 private void doMediaWrite(Uri collection, Callable<Uri> create) throws Exception { in doMediaWrite()
550 private void doMediaEscalation_Open(Callable<Uri> create) throws Exception { in doMediaEscalation_Open()
574 private void doMediaEscalation_Update(Callable<Uri> create) throws Exception { in doMediaEscalation_Update()
601 private void doMediaEscalation_Delete(Callable<Uri> create) throws Exception { in doMediaEscalation_Delete()
628 Callable<Uri> create) throws Exception { in doMediaEscalation_RequestWrite_withFilePathSupport()
697 public void assertRenameAndReplaceFileAPISupport(File oldFile, Callable<Uri> create) in assertRenameAndReplaceFileAPISupport()
[all …]
/cts/tests/mediapc/common/tests/src/android/mediapc/cts/common/
DRequirementTest.java39 public static TestReq create() { in create() method in RequirementTest.TestReq
66 public static TestReqWith2Measures create() { in create() method in RequirementTest.TestReqWith2Measures
/cts/tests/fragment/src/android/fragment/cts/
DReentrantFragment.java29 public static ReentrantFragment create(int fromState, int toState) { in create() method in ReentrantFragment
DStrictViewFragment.java33 public static StrictViewFragment create(int layoutId) { in create() method in StrictViewFragment
/cts/libs/webkit-shared/src/android/webkit/cts/
DHttpHeader.java46 public static HttpHeader create(String header, String value) { in create() method in HttpHeader
/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/
DAccountManagerFutureWrapper.java49 public static <V> AccountManagerFutureWrapper<V> create( in create() method in AccountManagerFutureWrapper
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserBuilder.java122 public UserReference create() { in create() method in UserBuilder
/cts/tests/tests/gameservice/src/android/service/games/testing/
DGameSessionEventInfo.java63 public static GameSessionEventInfo create( in create() method in GameSessionEventInfo
/cts/tests/app/BroadcastsTest/common/src/com/android/app/cts/broadcasts/
DBroadcastReceipt.java27 public static BroadcastReceipt create(long timestampMs, Intent intent) { in create() method in BroadcastReceipt
/cts/libs/input/src/com/android/cts/input/
DUinputDevice.java80 public static UinputDevice create(Instrumentation instrumentation, int resourceId, in create() method in UinputDevice
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create() method in SamplePointVerifier
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create() method in SamplePointVerifier
/cts/tools/utils/
Dcertificates.py52 def create(cn, issuer=None, key=None, keysize=2048, digest="sha256", member in Certificate
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DWatermark.java221 public static Bitmap create() { in create() method in Watermark

12