OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceHandler
(Results
26 - 37
of
37
) sorted by null
1
2
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
[
all
...]
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java
215
private
ServiceHandler
mServiceHandler;
245
mServiceHandler = new
ServiceHandler
("BugreportProgressServiceMainThread");
314
private final class
ServiceHandler
extends Handler {
315
public
ServiceHandler
(String name) {
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
171
private volatile
ServiceHandler
mServiceHandler;
417
mServiceHandler = new
ServiceHandler
();
536
private final class
ServiceHandler
extends Handler {
540
CatLog.d(LOG_TAG, "
ServiceHandler
handleMessage msg is null");
[
all
...]
/prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/frameworks/base/config/
preloaded-classes
267
android.app.IntentService$
ServiceHandler
[
all
...]
boot-image-profile.txt
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 4087 milliseconds
1
2