/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundPlayerObject.java | 107 log("got thread interrupted!"); in run() 113 log("run . using media player"); in run() 160 log("[v] input EOS at decode round " + decodeRounds); in run() 174 log("looping is enabled. Rewinding"); in run() 179 log("[v] no input buffer available at decode round " in run() 223 log("[w] INFO_OUTPUT_FORMAT_CHANGED at decode round " + in run() 227 log("[w] INFO_TRY_AGAIN_LATER at decode round " + decodeRounds); in run() 236 log ("note: outputEosSignalled"); in run() 248 log("done running thread"); in run() 258 log(String.format("Setting balance to %f", mBalance)); in setBalance() [all …]
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 57 DeviceReportLog log, String message, int round, String codecName, in addPerformanceHeadersToLog() argument 63 log.addValue("round", round, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog() 64 log.addValue("codec_name", codecName, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog() 65 log.addValue("mime_type", mime, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog() 66 log.addValue("width", width, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog() 67 log.addValue("height", height, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog() 68 log.addValue("config_format", formatForReport(configFormat), in addPerformanceHeadersToLog() 70 log.addValue("input_format", formatForReport(inputFormat), in addPerformanceHeadersToLog() 72 log.addValue("output_format", formatForReport(outputFormat), in addPerformanceHeadersToLog() 82 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog() [all …]
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/premade/ |
D | EventLibService.java | 70 ServiceCreatedEvent.logger(this, getClassName()).log(); in onCreate() 75 ServiceStartedEvent.logger(this, getClassName(), intent, flags, startId).log(); in onStartCommand() 81 ServiceDestroyedEvent.logger(this, getClassName()).log(); in onDestroy() 86 ServiceConfigurationChangedEvent.logger(this, getClassName(), newConfig).log(); in onConfigurationChanged() 91 ServiceLowMemoryEvent.logger(this, getClassName()).log(); in onLowMemory() 96 ServiceMemoryTrimmedEvent.logger(this, getClassName(), level).log(); in onTrimMemory() 102 ServiceBoundEvent.logger(this, getClassName(), intent).log(); in onBind() 108 ServiceUnboundEvent.logger(this, getClassName(), intent).log(); in onUnbind() 114 ServiceReboundEvent.logger(this, getClassName(), intent).log(); in onRebind() 119 ServiceTaskRemovedEvent.logger(this, getClassName(), rootIntent).log(); in onTaskRemoved()
|
D | EventLibDeviceAdminReceiver.kt | 71 logger.log() in className() 78 logger.log() in onDisableRequested() 85 logger.log() in onDisabled() 92 logger.log() in onPasswordChanged() 100 logger.log() in onPasswordChanged() 106 logger.log() in onPasswordFailed() 114 logger.log() in onPasswordFailed() 120 logger.log() in onPasswordSucceeded() 128 logger.log() in onPasswordSucceeded() 134 logger.log() in onPasswordExpiring() [all …]
|
D | EventLibContentSuggestionsService.java | 94 ServiceCreatedEvent.logger(this, getClassName()).log(); in onCreate() 100 ServiceStartedEvent.logger(this, getClassName(), intent, flags, startId).log(); in onStartCommand() 106 ServiceDestroyedEvent.logger(this, getClassName()).log(); in onDestroy() 112 ServiceConfigurationChangedEvent.logger(this, getClassName(), newConfig).log(); in onConfigurationChanged() 118 ServiceLowMemoryEvent.logger(this, getClassName()).log(); in onLowMemory() 124 ServiceMemoryTrimmedEvent.logger(this, getClassName(), level).log(); in onTrimMemory() 132 ServiceUnboundEvent.logger(this, getClassName(), intent).log(); in onUnbind() 138 ServiceReboundEvent.logger(this, getClassName(), intent).log(); in onRebind() 144 ServiceTaskRemovedEvent.logger(this, getClassName(), rootIntent).log(); in onTaskRemoved()
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutLaunchedActivity.java | 53 private void log(String action) { in log() method in ShortcutLaunchedActivity 59 log("ctor"); in ShortcutLaunchedActivity() 68 log("onCreate"); in onCreate() 75 log("onResume"); in onResume() 79 log("Not my turn yet."); in onResume() 95 log("onPause"); in onPause() 102 log("onDestroy"); in onDestroy()
|
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/ |
D | DeviceAdminChoosePrivateKeyAliasEventTest.java | 68 DEVICE_ADMIN_RECEIVER, sContext, intent, UID, URI, ALIAS).log(); in whereIntent_works() 83 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, UID, URI, ALIAS).log(); in whereIntent_skipsNonMatching() 85 DEVICE_ADMIN_RECEIVER, sContext, intent, UID, URI, ALIAS).log(); in whereIntent_skipsNonMatching() 99 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 115 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 119 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 133 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS).log(); in whereDeviceAdminReceiver_defaultValue_works() 149 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 152 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 167 .log(); in whereUid_works() [all …]
|
D | DeviceAdminNetworkLogsAvailableEventTest.java | 65 DEVICE_ADMIN_RECEIVER, sContext, intent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_works() 80 … DEVICE_ADMIN_RECEIVER, sContext, differentIntent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_skipsNonMatching() 82 DEVICE_ADMIN_RECEIVER, sContext, intent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_skipsNonMatching() 95 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 111 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 115 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 129 DEVICE_ADMIN_RECEIVER, sContext, INTENT, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereDeviceAdminReceiver_defaultValue_works() 145 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 148 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 162 DEVICE_ADMIN_RECEIVER, sContext, INTENT, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereBatchToken_works() [all …]
|
D | DeviceAdminOperationSafetyStateChangedEventTest.java | 62 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 78 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 82 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 96 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereDeviceAdminReceiver_defaultValue_works() 112 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 115 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 129 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereReason_works() 141 DEVICE_ADMIN_RECEIVER, sContext, DIFFERENT_REASON, IS_SAFE).log(); in whereReason_skipsNonMatching() 143 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereReason_skipsNonMatching() 155 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereIsSafe_works() [all …]
|
D | DeviceAdminPasswordFailedEventTest.java | 63 DeviceAdminPasswordFailedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching() 79 DeviceAdminPasswordFailedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 DeviceAdminPasswordFailedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereUserHandle_works() [all …]
|
D | DeviceAdminBugreportFailedEventTest.java | 63 DEVICE_ADMIN_RECEIVER, sContext, intent, FAILURE_CODE).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, FAILURE_CODE).log(); in whereIntent_skipsNonMatching() 80 DEVICE_ADMIN_RECEIVER, sContext, intent, FAILURE_CODE).log(); in whereIntent_skipsNonMatching() 94 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 114 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 128 DEVICE_ADMIN_RECEIVER, sContext, sIntent, FAILURE_CODE).log(); in whereDeviceAdminReceiver_defaultValue_works() 144 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 147 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 161 DEVICE_ADMIN_RECEIVER, sContext, sIntent, FAILURE_CODE).log(); in whereFailureCode_works() [all …]
|
D | DeviceAdminLockTaskModeEnteringEventTest.java | 63 DEVICE_ADMIN_RECEIVER, sContext, intent, PKG).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, PKG).log(); in whereIntent_skipsNonMatching() 80 DEVICE_ADMIN_RECEIVER, sContext, intent, PKG).log(); in whereIntent_skipsNonMatching() 93 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 108 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 111 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 125 DEVICE_ADMIN_RECEIVER, sContext, INTENT, PKG).log(); in whereDeviceAdminReceiver_defaultValue_works() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 142 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 156 .log(); in wherePkg_works() [all …]
|
D | DeviceAdminBugreportSharedEventTest.java | 63 DEVICE_ADMIN_RECEIVER, sContext, intent, BUGREPORT_HASH).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, BUGREPORT_HASH).log(); in whereIntent_skipsNonMatching() 80 DEVICE_ADMIN_RECEIVER, sContext, intent, BUGREPORT_HASH).log(); in whereIntent_skipsNonMatching() 94 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 114 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 128 DEVICE_ADMIN_RECEIVER, sContext, sIntent, BUGREPORT_HASH).log(); in whereDeviceAdminReceiver_defaultValue_works() 144 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 147 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 161 DEVICE_ADMIN_RECEIVER, sContext, sIntent, BUGREPORT_HASH).log(); in whereBugreportHash_works() [all …]
|
D | DeviceAdminUserRemovedEventTest.java | 63 … DeviceAdminUserRemovedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 79 … DeviceAdminUserRemovedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 … DeviceAdminUserRemovedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereRemovedUser_works() [all …]
|
D | DeviceAdminUserStartedEventTest.java | 63 … DeviceAdminUserStartedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 79 … DeviceAdminUserStartedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 … DeviceAdminUserStartedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereStartedUser_works() [all …]
|
D | DeviceAdminUserAddedEventTest.java | 64 DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works() 79 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 81 DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 94 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 109 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 112 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 126 .log(); in whereDeviceAdminReceiver_defaultValue_works() 141 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 143 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 158 .log(); in whereAddedUser_works() [all …]
|
D | DeviceAdminSystemUpdatePendingEventTest.java | 64 .log(); in whereIntent_works() 79 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, RECEIVED_TIME).log(); in whereIntent_skipsNonMatching() 82 .log(); in whereIntent_skipsNonMatching() 96 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 112 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 116 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 131 .log(); in whereDeviceAdminReceiver_defaultValue_works() 147 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 150 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 166 .log(); in whereReceivedTime_works() [all …]
|
D | DeviceAdminPasswordChangedEventTest.java | 63 DeviceAdminPasswordChangedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching() 79 DeviceAdminPasswordChangedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 DeviceAdminPasswordChangedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereUserHandle_works() [all …]
|
D | DeviceAdminUserSwitchedEventTest.java | 63 … DeviceAdminUserSwitchedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 79 … DeviceAdminUserSwitchedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 … DeviceAdminUserSwitchedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereSwitchedUser_works() [all …]
|
D | DeviceAdminPasswordSucceededEventTest.java | 63 DeviceAdminPasswordSucceededEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching() 79 DeviceAdminPasswordSucceededEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 DeviceAdminPasswordSucceededEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereUserHandle_works() [all …]
|
D | DeviceAdminUserStoppedEventTest.java | 63 … DeviceAdminUserStoppedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 79 … DeviceAdminUserStoppedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 … DeviceAdminUserStoppedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereStoppedUser_works() [all …]
|
D | DeviceAdminPasswordExpiringEventTest.java | 63 DeviceAdminPasswordExpiringEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works() 78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching() 79 DeviceAdminPasswordExpiringEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching() 92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works() 107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching() 123 DeviceAdminPasswordExpiringEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works() 138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching() 155 .log(); in whereUserHandle_works() [all …]
|
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/delegatedadminreceivers/ |
D | DelegatedAdminNetworkLogsAvailableEventTest.java | 66 DEVICE_ADMIN_RECEIVER, sContext, intent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_works() 81 … DEVICE_ADMIN_RECEIVER, sContext, differentIntent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_skipsNonMatching() 83 DEVICE_ADMIN_RECEIVER, sContext, intent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_skipsNonMatching() 96 .log(); in whereDelegatedAdminReceiver_customValueOnLogger_works() 112 .log(); in whereDelegatedAdminReceiver_customValueOnLogger_skipsNonMatching() 116 .log(); in whereDelegatedAdminReceiver_customValueOnLogger_skipsNonMatching() 130 DEVICE_ADMIN_RECEIVER, sContext, INTENT, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereDelegatedAdminReceiver_defaultValue_works() 146 .log(); in whereDelegatedAdminReceiver_defaultValue_skipsNonMatching() 149 .log(); in whereDelegatedAdminReceiver_defaultValue_skipsNonMatching() 163 DEVICE_ADMIN_RECEIVER, sContext, INTENT, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereBatchToken_works() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestLog.rscript | 24 return log(inV); 28 return log(inV); 32 return log(inV); 36 return log(inV); 40 return log(inV); 44 return log(inV); 48 return log(inV); 52 return log(inV);
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 70 self.log("device %s is in use" % dev) 139 self.log( "error opening device %s: %s" % (dev, e)) 153 self.log( "no response from device %s" % device) 176 def log(self, msg , debug = False): member in Power_Monitor 188 self.log("Got signal %d"%signum) 225 monsoon.log("... no response from device %s, skipping") 241 self.log("Getting status...", debug = True) 264 self.log("wanted status, dropped type=0x%02x, len=%d" % ( 298 self.log("Setting voltage to %s..."%v, debug = True) 303 self.log("...Set voltage", debug = True) [all …]
|