OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:increaseRetryCount
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyUtilsTest.java
39
rm.
increaseRetryCount
();
83
rm.
increaseRetryCount
();
100
rm.
increaseRetryCount
();
103
rm.
increaseRetryCount
();
106
rm.
increaseRetryCount
();
121
rm.
increaseRetryCount
();
135
rm.
increaseRetryCount
();
138
rm.
increaseRetryCount
();
143
rm.
increaseRetryCount
();
162
rm.
increaseRetryCount
();
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java
284
public void
increaseRetryCount
() {
289
if (DBG) log("
increaseRetryCount
: " + mRetryCount);
DataConnection.java
385
*
increaseRetryCount
of retry manager
387
public void
increaseRetryCount
() {
388
mRetryMgr.
increaseRetryCount
();
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java
510
mDataConnections.get(0).
increaseRetryCount
();
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java
[
all
...]
Completed in 224 milliseconds