Searched refs:attributedOpEntry (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/ |
D | RuntimePermissionsAppOpTrackingTest.kt | 895 val attributedOpEntry = opEntry.attributedOpEntries[ in <lambda>() constant 899 assertLastAccessInRange(attributedOpEntry!!, beginEndMillis, endTimeMillis, in <lambda>() 905 assertLastAccessInRange(attributedOpEntry!!, beginEndMillis, endTimeMillis, in <lambda>() 909 assertLastAccessInRange(attributedOpEntry!!, beginEndMillis, endTimeMillis, in <lambda>() 915 assertLastAccessInRange(attributedOpEntry!!, beginEndMillis, endTimeMillis, in <lambda>() 933 val attributedOpEntry = opEntry.attributedOpEntries[ in <lambda>() constant 935 if (attributedOpEntry != null) { in <lambda>() 937 .that(attributedOpEntry.getLastAccessBackgroundTime( in <lambda>() 942 .that(attributedOpEntry.getLastAccessForegroundTime( in <lambda>() 1030 val attributedOpEntry = opEntry.attributedOpEntries[ in <lambda>() constant [all …]
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AppOpsDeviceAwareTest.kt | 171 val attributedOpEntry = opEntry.attributedOpEntries[null]!! in getPackagesForOps_isDeviceAware() constant 172 val lastAccessTime = attributedOpEntry.getLastAccessTime(AppOpsManager.OP_FLAG_SELF) in getPackagesForOps_isDeviceAware()
|