Searched defs:UiccController (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java42 * UiccController is created with the call to make() function.
43 * UiccController is a singleton and make() must only be called once
46 * Once created UiccController registers with RIL for "on" and "unsol_sim_status_changed"
47 * notifications. When such notification arrives UiccController will call
53 * UiccController
76 public class UiccController extends Handler { class in inherits:Handler
78 private static final String LOG_TAG = "UiccController";
95 private static UiccController mInstance;
101 public static UiccController make(Context c, CommandsInterface[] ci) {
106 mInstance = new UiccController(
111 private UiccController(Context c, CommandsInterface []ci) { method in class:UiccController
[all...]

Completed in 52 milliseconds