Searched refs:SubInfoRecordUpdater (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java64 static private SubInfoRecordUpdater sSubInfoRecordUpdater = null;
198 Rlog.i(LOG_TAG, "Creating SubInfoRecordUpdater ");
199 sSubInfoRecordUpdater = new SubInfoRecordUpdater(context,
H A DSubInfoRecordUpdater.java51 public class SubInfoRecordUpdater extends Handler { class in inherits:Handler
89 public SubInfoRecordUpdater(Context context, Phone[] phoneProxy, CommandsInterface[] ci) { method in class:SubInfoRecordUpdater
511 Rlog.d(LOG_TAG, "[SubInfoRecordUpdater]" + message);

Completed in 81 milliseconds