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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1822 * @param notifyType is one state of PS/CS_*_ENABLE/DISABLE
1824 private void setNotification(int notifyType) { argument
1826 if (DBG) log("setNotification: create notification " + notifyType);
1841 switch (notifyType) {
1873 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED) {
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java4136 int notifyType = ConnectivityManager.CALLBACK_AVAILABLE;
4139 // notifyType = NetworkCallbacks.LOSING;
4141 // notifyType = NetworkCallbacks.callCallbackForRequest(request, nai, notifyType);
4143 callCallbackForRequest(nri, nai, notifyType);
4196 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { argument
4197 if (DBG) log("notifyType " + notifyTypeToName(notifyType) + " for " + networkAgent.name());
4202 callCallbackForRequest(nri, networkAgent, notifyType);
4206 private String notifyTypeToName(int notifyType) { argument
[all...]

Completed in 339 milliseconds