Searched refs:getDeviceFirstSdkInt (Results 1 – 2 of 2) sorted by relevance
203 doReturn(VERSION_Q).when(mDeps).getDeviceFirstSdkInt(); in setUp()451 doReturn(VERSION_P).when(mDeps).getDeviceFirstSdkInt(); in testHasRestrictedNetworkPermissionSystemUid()460 doReturn(VERSION_Q).when(mDeps).getDeviceFirstSdkInt(); in testHasRestrictedNetworkPermissionSystemUid()523 doReturn(VERSION_P).when(mDeps).getDeviceFirstSdkInt(); in testIsCarryoverPackage()533 doReturn(VERSION_Q).when(mDeps).getDeviceFirstSdkInt(); in testIsCarryoverPackage()
211 public int getDeviceFirstSdkInt() { in getDeviceFirstSdkInt() method in PermissionMonitor.Dependencies491 && mDeps.getDeviceFirstSdkInt() < VERSION_Q); in isCarryoverPackage()