Home
last modified time | relevance | path

Searched defs:obtainMessage (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java206 static <A> Message obtainMessage( in obtainMessage() method
354 static <A, B> Message obtainMessage( in obtainMessage() method
408 static <A, B, C> Message obtainMessage( in obtainMessage() method
464 static <A, B, C, D> Message obtainMessage( in obtainMessage() method
523 static <A, B, C, D, E> Message obtainMessage( in obtainMessage() method
584 static <A, B, C, D, E, F> Message obtainMessage( in obtainMessage() method
647 static <A, B, C, D, E, F, G> Message obtainMessage( in obtainMessage() method
713 static <A, B, C, D, E, F, G, H> Message obtainMessage( in obtainMessage() method
782 static <A, B, C, D, E, F, G, H, I> Message obtainMessage( in obtainMessage() method
853 static <A, B, C, D, E, F, G, H, I, J> Message obtainMessage( in obtainMessage() method
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DHandlerWrapper.java45 Message obtainMessage(int what); in obtainMessage() method
48 Message obtainMessage(int what, @Nullable Object obj); in obtainMessage() method
51 Message obtainMessage(int what, int arg1, int arg2); in obtainMessage() method
54 Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj); in obtainMessage() method
H A DSystemHandlerWrapper.java52 public Message obtainMessage(int what) { in obtainMessage() method in SystemHandlerWrapper
57 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage() method in SystemHandlerWrapper
62 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() method in SystemHandlerWrapper
68 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage() method in SystemHandlerWrapper
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DHandlerWrapper.java45 Message obtainMessage(int what); in obtainMessage() method
48 Message obtainMessage(int what, @Nullable Object obj); in obtainMessage() method
51 Message obtainMessage(int what, int arg1, int arg2); in obtainMessage() method
54 Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj); in obtainMessage() method
H A DSystemHandlerWrapper.java52 public Message obtainMessage(int what) { in obtainMessage() method in SystemHandlerWrapper
57 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage() method in SystemHandlerWrapper
62 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() method in SystemHandlerWrapper
68 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage() method in SystemHandlerWrapper
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-statemachine/android_common_apex30/turbine/
Dmodules-utils-statemachine.jarcom/android/internal/util/IState.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-statemachine/android_common_apex33/turbine/
Dmodules-utils-statemachine.jarcom/android/internal/util/IState.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-statemachine/android_common/turbine/
Dmodules-utils-statemachine.jarcom/android/internal/util/IState.class <Unknown> package com.android. ...
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DHandler.java365 public final Message obtainMessage() in obtainMessage() method in Handler
377 public final Message obtainMessage(int what) in obtainMessage() method in Handler
392 public final Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage() method in Handler
406 public final Message obtainMessage(int what, int arg1, int arg2) in obtainMessage() method in Handler
422 public final Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage() method in Handler
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DFakeClock.java354 public Message obtainMessage(int what) { in obtainMessage() method in FakeClock.ClockHandler
359 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage() method in FakeClock.ClockHandler
364 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() method in FakeClock.ClockHandler
369 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage() method in FakeClock.ClockHandler
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DFakeClock.java354 public Message obtainMessage(int what) { in obtainMessage() method in FakeClock.ClockHandler
359 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage() method in FakeClock.ClockHandler
364 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() method in FakeClock.ClockHandler
369 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage() method in FakeClock.ClockHandler
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/framework/wifi-modules-utils/android_common/turbine-combined/
Dwifi-modules-utils.jarcom/android/internal/util/IState.class <Unknown> package com.android. ...
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/util/
DStateMachine.java1616 public final Message obtainMessage() { in obtainMessage() method in StateMachine
1631 public final Message obtainMessage(int what) { in obtainMessage() method in StateMachine
1648 public final Message obtainMessage(int what, Object obj) { in obtainMessage() method in StateMachine
1665 public final Message obtainMessage(int what, int arg1) { in obtainMessage() method in StateMachine
1685 public final Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() method in StateMachine
1705 public final Message obtainMessage(int what, int arg1, int arg2, Object obj) { in obtainMessage() method in StateMachine
/aosp_15_r20/out/soong/.intermediates/packages/modules/IPsec/ike-internals/android_common/turbine-combined/
Dike-internals.jarcom/android/internal/util/IState.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-statemachine/android_common_apex33/javac/
Dmodules-utils-statemachine.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-statemachine/android_common/javac/
Dmodules-utils-statemachine.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-statemachine/android_common_apex30/javac/
Dmodules-utils-statemachine.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-services-common/android_common_apex33/turbine/
Dnet-utils-services-common.jarandroid/net/NetworkFactory.class <Unknown> package android.net public android.net. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-services-common/android_common/turbine/
Dnet-utils-services-common.jarandroid/net/NetworkFactory.class <Unknown> package android.net public android.net. ...
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/android/net/
DNetworkFactoryShim.java68 Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj); in obtainMessage() method
DNetworkFactory.java78 public Message obtainMessage(final int what, final int arg1, final int arg2, in obtainMessage() method in NetworkFactory
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-services-common/android_common/javac/
Dnet-utils-services-common.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-services-common/android_common_apex33/javac/
Dnet-utils-services-common.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java118 public Message obtainMessage(int what) { in obtainMessage() method in HandlerCaller
/aosp_15_r20/out/soong/.intermediates/packages/modules/CellBroadcastService/CellBroadcastServiceModule/android_common_apex30/jarjar/
DCellBroadcastServiceModule.jarcom/android/internal/util/StateMachine.uau com/android/internal/util/ ...

12345678910>>...20