HomeSort by relevance Sort by last modified time
    Searched defs:onLooperPrepared (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java 76 public void onLooperPrepared() {
80 super.onLooperPrepared();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
IccRecordsTest.java 53 public void onLooperPrepared() {
IsimUiccRecordsTest.java 57 public void onLooperPrepared() {
IccPhoneBookInterfaceManagerTest.java 61 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/os/
HandlerThread.java 52 protected void onLooperPrepared() {
64 onLooperPrepared();
  /frameworks/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 76 theThread.onLooperPrepared();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DeviceStateMonitorTest.java 57 public void onLooperPrepared() {
CarrierSignalAgentTest.java 67 public void onLooperPrepared() {
ImsSmsDispatcherTest.java 49 public void onLooperPrepared() {
LocaleTrackerTest.java 62 public void onLooperPrepared() {
PhoneStateListenerTest.java 49 public void onLooperPrepared() {
SmsStorageMonitorTest.java 53 public void onLooperPrepared() {
CallManagerTest.java 70 public void onLooperPrepared() {
CarrierActionAgentTest.java 76 public void onLooperPrepared() {
CarrierIdentifierTest.java 75 public void onLooperPrepared() {
CarrierServiceStateTrackerTest.java 85 public void onLooperPrepared() {
GsmCdmaCallTrackerTest.java 66 public void onLooperPrepared() {
SmsDispatchersControllerTest.java 70 public void onLooperPrepared() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneFactoryTest.java 46 public void onLooperPrepared() {
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
CollectorThread.java 125 protected void onLooperPrepared() {
126 super.onLooperPrepared();
Automator.java 232 protected void onLooperPrepared() {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHandlerThread.java 46 protected void onLooperPrepared() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsDispatcherTest.java 54 public void onLooperPrepared() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcControllerTest.java 86 public void onLooperPrepared() {

Completed in 590 milliseconds

1 2 3 4