Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 128) sorted by relevance

123456

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DDrawParameters.java28 public void update(float[] viewMatrix, float[] projectionMatrix) { in update() method in DrawParameters
33 public void update(float[] viewMatrix, float[] projectionMatrix, Light light) { in update() method in DrawParameters
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellularSecurityCallbackTest.java136 public void onSecurityAlgorithmsChanged(SecurityAlgorithmUpdate update) { in onSecurityAlgorithmsChanged()
160 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testOnSecurityAlgorithmsChangedListener() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerIncomingCallTestActivity.java54 public void update(Observable observable, Object data) { in update() method in DialerIncomingCallTestActivity
DDialerShowsHunOnIncomingCallActivity.java60 public void update(Observable observable, Object data) { in update() method in DialerShowsHunOnIncomingCallActivity
/cts/tests/openglperf2/jni/reference/scene/
DScene.cpp65 bool Scene::update(int frame) { in update() function in Scene
/cts/tests/tests/uidmigration/lib/src/android/uidmigration/cts/
DBaseProvider.kt29 override fun update( method in android.uidmigration.cts.BaseProvider
/cts/tests/openglperf2/jni/reference/
DReferenceRenderer.cpp79 bool ReferenceRenderer::update(int frame) { in update() function in ReferenceRenderer
/cts/tests/app/app/src/android/app/stubs/
DAssetFileProvider.kt52 override fun update( method in android.app.stubs.AssetFileProvider
/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/
DAssetFileProvider.kt60 override fun update( in update() method in com.android.test.notificationprovider.AssetFileProvider
/cts/tests/tests/content/PackagePropertyTestApp/src/com/android/cts/packagepropertyapp/
DMyProvider.java53 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in MyProvider
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/
DStubProvider.java53 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in StubProvider
/cts/tests/app/BadProviderStubs/src/com/android/cts/stubbad/
DBadProviderStub.java57 public int update(@NonNull Uri uri, @Nullable ContentValues values, in update() method in BadProviderStub
/cts/tests/tests/packageinstaller/test-apps/contentprovider/src/android/packageinstaller/contentprovider/
DMyTestProviderOther.java60 public int update(@NonNull Uri uri, @Nullable ContentValues values, @Nullable String selection, in update() method in MyTestProviderOther
DMyTestProvider.java59 public int update(@NonNull Uri uri, @Nullable ContentValues values, @Nullable String selection, in update() method in MyTestProvider
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DMyProvider.java50 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in MyProvider
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DDummyProviderNotExported.java52 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in DummyProviderNotExported
/cts/tests/tests/provider/src/android/provider/cts/
DTestSRSProvider.java52 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in TestSRSProvider
/cts/tests/tests/provider/app/MultiAuthorityApp/src/android/provider/apps/cts/multiauthority/
DMultiAuthorityProvider.java52 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in MultiAuthorityProvider
/cts/tests/tests/security/testdata/contentprovider/src/android/packageinstaller/contentprovider/
DMyTestProvider.java59 public int update(@NonNull Uri uri, @Nullable ContentValues values, @Nullable String selection, in update() method in MyTestProvider
DMyTestProviderOther.java60 public int update(@NonNull Uri uri, @Nullable ContentValues values, @Nullable String selection, in update() method in MyTestProviderOther
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubProvider.java56 public int update(@NonNull Uri uri, @Nullable ContentValues values, in update() method in StubProvider
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DTestContentProvider.java58 public int update(@NonNull Uri uri, @Nullable ContentValues contentValues, @Nullable String s, in update() method in TestContentProvider
/cts/tests/tests/contactsprovider/gal/src/android/provider/cts/contacts/galprovider/
DCtsEmptyContentProvider.java56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in CtsEmptyContentProvider
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubProvider.java56 public int update(@NonNull Uri uri, @Nullable ContentValues values, in update() method in StubProvider
/cts/tests/tests/security/src/android/security/cts/CVE_2022_20358/
DPocContentProvider.java53 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in PocContentProvider

123456