Home
last modified time | relevance | path

Searched refs:allStatus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
DSmartForwardingUtils.java85 boolean[] allStatus = new boolean[phoneCount]; in getAllSlotCallWaitingStatus()
90 allStatus[i] = callWaitingStatus; in getAllSlotCallWaitingStatus()
92 return allStatus; in getAllSlotCallWaitingStatus()
98 CallForwardingInfo[] allStatus = new CallForwardingInfo[phoneCount]; in getAllSlotCallForwardingStatus() local
103 allStatus[i] = callWaitingStatus; in getAllSlotCallForwardingStatus()
105 return allStatus; in getAllSlotCallForwardingStatus()