Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java635 private static final int MIN_INTERVAL = 5; // in seconds field in SipService.SipKeepAliveProcessCallback
718 return ((mMaxInterval - mMinInterval) < MIN_INTERVAL); in checkTermination()
/aosp12/frameworks/layoutlib/bridge/src/android/net/
H A DConnectivityManager.java375 public static final int MIN_INTERVAL = 10; field in ConnectivityManager.PacketKeepalive
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java588 public long MIN_INTERVAL = DEFAULT_MIN_INTERVAL; field in AlarmManagerService.Constants
722 MIN_INTERVAL = properties.getLong( in onPropertiesChanged()
969 TimeUtils.formatDuration(MIN_INTERVAL, pw); in dump()
1067 proto.write(ConstantsProto.MIN_INTERVAL_DURATION_MS, MIN_INTERVAL); in dumpProto()
1966 final long minInterval = mConstants.MIN_INTERVAL; in setImpl()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DConnectivityManager.java1972 public static final int MIN_INTERVAL = 10; field in ConnectivityManager.PacketKeepalive
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java677 assertEquals(10, mService.mConstants.MIN_INTERVAL); in testUpdateConstants()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt33 Landroid/net/ConnectivityManager$PacketKeepalive;->MIN_INTERVAL:I