/frameworks/base/media/java/android/media/ |
D | MediaHTTPService.java | 40 public MediaHTTPService(@Nullable List<HttpCookie> cookies) { in MediaHTTPService() argument 41 mCookies = cookies; in MediaHTTPService() 42 Log.v(TAG, "MediaHTTPService(" + this + "): Cookies: " + cookies); in MediaHTTPService() 99 String path, List<HttpCookie> cookies) { in createHttpServiceBinderIfNecessary() argument 101 return (new MediaHTTPService(cookies)).asBinder(); in createHttpServiceBinderIfNecessary()
|
D | MediaPlayer.java | 1077 @Nullable Map<String, String> headers, @Nullable List<HttpCookie> cookies) in setDataSource() argument 1087 if (cookies != null) { in setDataSource() 1115 setDataSource(uri.toString(), headers, cookies); in setDataSource() local 1122 setDataSource(uri.toString(), headers, cookies); in setDataSource() local 1195 private void setDataSource(String path, Map<String, String> headers, List<HttpCookie> cookies) in setDataSource() argument 1212 setDataSource(path, keys, values, cookies); in setDataSource() 1217 List<HttpCookie> cookies) in setDataSource() argument 1226 MediaHTTPService.createHttpServiceBinderIfNecessary(path, cookies), in setDataSource()
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
D | HttpResponse.java | 45 public abstract ImmutableList<String> cookies(); in cookies() method in HttpResponse 70 public abstract Builder setCookies(List<String> cookies); in setCookies() argument 104 .append(cookies().size()) in toShortDebugString()
|
D | HttpClient.java | 211 List<String> cookies = connection.getHeaderFields().get(HttpHeaders.SET_COOKIE); in getCookies() local 212 return cookies == null ? ImmutableList.of() : cookies; in getCookies()
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | Ts43Authentication.java | 70 public abstract ImmutableList<String> cookies(); in cookies() method in Ts43Authentication.Ts43AuthToken 228 ImmutableList<String> cookies = response == null ? ImmutableList.of() : response.cookies(); in getAuthToken() local 249 return Ts43AuthToken.create(authToken, cookies, validity); in getAuthToken()
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApi.java | 221 challengeResponse.cookies(), in queryEntitlementStatus() 253 ImmutableList<String> cookies, in respondToEapAkaChallenge() argument 264 cookies, in respondToEapAkaChallenge() 280 cookies, in respondToEapAkaChallenge() 296 cookies, in respondToEapAkaChallenge() 312 cookies, in respondToEapAkaChallenge() 327 cookies, in respondToEapAkaChallenge() 347 ImmutableList<String> cookies, in challengeResponse() argument 368 cookies); in challengeResponse() 447 challengeResponse.cookies(), in performEsimOdsaOperation() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimatorTest.kt | 317 val cookies = arrayOfNulls<ActivityTransitionAnimator.TransitionCookie>(3) in <lambda>() constant 320 cookies[index] = ActivityTransitionAnimator.TransitionCookie("test_cookie_$index") in <lambda>() 324 override val transitionCookie = cookies[index] in <lambda>() 330 activityTransitionAnimator.unregister(cookies[0]!!) in <lambda>() 333 activityTransitionAnimator.unregister(cookies[2]!!) in <lambda>() 336 activityTransitionAnimator.unregister(cookies[1]!!) in <lambda>()
|
/frameworks/base/core/proto/android/server/ |
D | biometrics.proto | 39 * cookies before starting the hardware and showing the BiometricPrompt. 62 * Paused, but "try again" was pressed. Sensors have new cookies and we're now waiting for 63 * all cookies to be returned.
|
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/ |
D | Ts43AuthenticationTest.java | 128 doReturn(COOKIES).when(mMockHttpResponse).cookies(); in setUp()
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 898 public void putClassCookies(Map<Class, Object> cookies) { in putClassCookies() argument 899 if (cookies == null) { in putClassCookies() 905 mClassCookies.putAll(cookies); in putClassCookies()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |