OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLooperPrepared
(Results
1 - 25
of
55
) sorted by null
1
2
3
/frameworks/base/core/java/android/os/
HandlerThread.java
48
protected void
onLooperPrepared
() {
60
onLooperPrepared
();
/cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java
76
public void
onLooperPrepared
() {
80
super.
onLooperPrepared
();
MessageQueueTest.java
92
protected void
onLooperPrepared
() {
93
super.
onLooperPrepared
();
[
all
...]
MessengerTest.java
306
public void
onLooperPrepared
() {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java
33
onLooperPrepared
();
68
public void
onLooperPrepared
() {
71
prepared = HandlerThread.class.getDeclaredMethod("
onLooperPrepared
");
/frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHandlerThread.java
46
protected void
onLooperPrepared
() {
/frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java
38
protected void
onLooperPrepared
() {
56
// available, but will call
onLooperPrepared
() after that. So we
57
// need to block here to wait for our
onLooperPrepared
() to complete
70
// Make sure that the
onLooperPrepared
() was called on a different thread.
/frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java
76
theThread.
onLooperPrepared
();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneStateListenerTest.java
37
public void
onLooperPrepared
() {
SmsStorageMonitorTest.java
52
public void
onLooperPrepared
() {
ImsSMSDispatcherTest.java
75
public void
onLooperPrepared
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneFactoryTest.java
45
public void
onLooperPrepared
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java.broken
53
protected void
onLooperPrepared
() {
GsmCellBroadcastHandlerTest.java
58
public void
onLooperPrepared
() {
UsimDataDownloadTest.java.broken
40
protected void
onLooperPrepared
() {
GsmSmsDispatcherTest.java
68
public void
onLooperPrepared
() {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerThreadTest.java
73
protected void
onLooperPrepared
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsDispatcherTest.java
53
public void
onLooperPrepared
() {
CdmaInboundSmsHandlerTest.java
80
public void
onLooperPrepared
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
IccPhoneBookInterfaceManagerTest.java
60
public void
onLooperPrepared
() {
UiccCardApplicationTest.java
61
public void
onLooperPrepared
() {
UiccCardTest.java
70
public void
onLooperPrepared
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcControllerTest.java
73
public void
onLooperPrepared
() {
/cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java
471
protected void
onLooperPrepared
() {
472
super.
onLooperPrepared
();
/frameworks/base/cmds/media/src/com/android/commands/media/
Media.java
239
protected void
onLooperPrepared
() {
Completed in 644 milliseconds
1
2
3