/packages/modules/Connectivity/framework/src/android/net/ |
D | UidRange.java | 36 public final int stop; field in UidRange 43 stop = stopUid; in UidRange() 61 return UserHandle.getUserHandleForUid(stop).getIdentifier(); in getEndUser() 66 return start <= uid && uid <= stop; in contains() 73 return 1 + stop - start; in count() 80 return start <= other.start && other.stop <= stop; in containsRange() 87 result = 31 * result + stop; in hashCode() 98 return start == other.start && stop == other.stop; in equals() 105 return start + "-" + stop; in toString() 119 dest.writeInt(stop); in writeToParcel() [all …]
|
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | PerformanceTest.java | 111 timers.actionInsert.stop(); in doSingle() 115 timers.notifyInsert.stop(); in doSingle() 127 timers.actionUpdate.stop(); in doSingle() 131 timers.notifyUpdate.stop(); in doSingle() 140 timers.actionDelete.stop(); in doSingle() 144 timers.notifyDelete.stop(); in doSingle() 184 timers.actionInsert.stop(); in doBulk() 188 timers.notifyInsert.stop(); in doBulk() 204 timers.actionUpdate.stop(); in doBulk() 208 timers.notifyUpdate.stop(); in doBulk() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/keepalive/ |
D | IkeNattKeepalive.java | 77 public void stop() { in stop() method in IkeNattKeepalive 80 mNattKeepalive.stop(); in stop() 93 void stop(); in stop() method 121 mNattKeepalive.stop(); in onHardwareOffloadError() 140 stop(); in onNetworkError()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | CheckedTask.java | 54 if (mCheck.stop()) { in onPreExecute() 62 if (mCheck.stop()) { in doInBackground() 70 if (mCheck.stop()) { in onPostExecute() 78 boolean stop(); in stop() method
|
/packages/services/Car/car_product/init/ |
D | init.car.rc | 7 # stop EVS and automotive display services 8 stop automotive_display 9 stop evs_sample_driver 10 stop evs_manager
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AsyncRingtonePlayer.kt | 78 fun stop() { in <lambda>() method in com.android.deskclock.AsyncRingtonePlayer 144 EVENT_STOP -> playbackDelegate.stop(mContext) in <lambda>() 196 fun stop(context: Context?) in <lambda>() method 244 stop(context) in <lambda>() 323 override fun stop(context: Context?) { in <lambda>() method in com.android.deskclock.AsyncRingtonePlayer.MediaPlayerPlaybackDelegate 333 mMediaPlayer?.stop() in <lambda>() 529 override fun stop(context: Context?) { in <lambda>() method in com.android.deskclock.AsyncRingtonePlayer.RingtonePlaybackDelegate 539 mRingtone!!.stop() in <lambda>()
|
D | RingtonePreviewKlaxon.kt | 28 fun stop(context: Context) { in stop() method 30 getAsyncRingtonePlayer(context).stop() in stop() 35 stop(context) in start()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
D | AudioPlayer.java | 114 stop(); 127 stop(); 226 mPlayer.stop(); in doStart() 242 mPlayer.stop(); in doStart() 276 public void stop() { in stop() method in AudioPlayer 288 mPlayer.stop(); in stop()
|
D | AudioTestFragment.java | 238 mHandler.postDelayed(() -> mMusicPlayerShort.stop(), STOP_DELAY_TIME_MS); in onCreateView() 240 view.findViewById(R.id.button_media_play_stop).setOnClickListener(v -> mMusicPlayer.stop()); in onCreateView() 243 view.findViewById(R.id.button_wav_play_stop).setOnClickListener(v -> mWavPlayer.stop()); in onCreateView() 319 () -> mMusicPlayerForSelectedDeviceAddress.stop(), STOP_DELAY_TIME_MS); in onCreateView() 322 .setOnClickListener(v -> mMusicPlayerForSelectedDeviceAddress.stop()); in onCreateView() 333 .setOnClickListener(v -> mPhoneAudioPlayer.stop()); in onCreateView() 353 mAudioTrackPlayer.stop(); in stopAudioTrack() 361 p.stop(); in onDestroyView() 364 mMusicPlayerForSelectedDeviceAddress.stop(); in onDestroyView() 516 mMusicPlayerWithDelayedFocus.stop(); in stopDelayedMediaPlayerLocked() [all …]
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/analytics/ |
D | TimeLoggerTest.java | 74 mTimeLogger.stop(); in testTimeLogger_withStartTime() 91 mTimeLogger.stop(); in testTimeLogger_withStartTime_stopsTwice() 98 mTimeLogger.stop(); in testTimeLogger_withStartTime_stopsTwice() 107 mTimeLogger.stop(); in testTimeLogger_withoutStartTime()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 203 ArgumentCaptor<ProfileService> stop = ArgumentCaptor.forClass(ProfileService.class); in testRepeatedEnableDisableSingly() local 206 stop.capture(), eq(BluetoothAdapter.STATE_OFF)); in testRepeatedEnableDisableSingly() 207 Assert.assertEquals(start.getValue(), stop.getValue()); in testRepeatedEnableDisableSingly() 229 ArgumentCaptor<ProfileService> stop = ArgumentCaptor.forClass(ProfileService.class); in testProfileServiceRegisterUnregister() local 232 stop.capture()); in testProfileServiceRegisterUnregister() 233 Assert.assertEquals(start.getValue(), stop.getValue()); in testProfileServiceRegisterUnregister()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkMonitorTest.java | 129 mUNM.stop(); in testStopWithoutStartIsNonFatal() 130 mUNM.stop(); in testStopWithoutStartIsNonFatal() 131 mUNM.stop(); in testStopWithoutStartIsNonFatal() 153 mUNM.stop(); in testDefaultNetworkIsTracked() 166 mUNM.stop(); in testListensForAllNetworks() 192 mUNM.stop(); in testCallbacksRegistered() 214 mUNM.stop(); in testRequestsMobileNetwork() 249 mUNM.stop(); in testDuplicateMobileRequestsIgnored() 273 mUNM.stop(); in testRequestsDunNetwork() 299 mUNM.stop(); in testUpdateMobileRequiresDun()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ConcreteClientModeManagerTest.java | 421 mClientModeManager.stop(); in testDisableWifiStateChangedBroadcasts() 424 verify(mClientModeImpl).stop(); in testDisableWifiStateChangedBroadcasts() 457 verify(mClientModeImpl).stop(); in switchFromConnectModeToScanOnlyMode() 521 mClientModeManager.stop(); in clientModeStopBeforeStartCleansUpState() 541 mClientModeManager.stop(); in clientModeStopCleansUpState() 632 mClientModeManager.stop(); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped() 663 mClientModeManager.stop(); in scanModeExitStopsWakeupController() 672 inOrder.verify(mWakeupController).stop(); in scanModeExitStopsWakeupController() 702 mClientModeManager.stop(); in clientModeStopWithWifiOffDeferringTimeNoWifiCalling() 730 mClientModeManager.stop(); in clientModeStopWithWifiOffDeferringTimeAndImsOnWwan() [all …]
|
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/ |
D | QuickSettingGridAdapter.java | 91 void stop(); in stop() method 122 void stop(); in stop() method 150 void stop() { in stop() method in QuickSettingGridAdapter 152 tile.stop(); in stop() 155 tile.stop(); in stop()
|
/packages/apps/Camera2/src/com/android/camera/ui/focus/ |
D | FocusRingRenderer.java | 162 mRingRadius.stop(); in start() 181 mRingRadius.stop(); in exit() 196 public void stop(long tMillis) { in stop() method in FocusRingRenderer 198 mRingRadius.stop(); in stop()
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | DadProxy.java | 44 public void stop() { in stop() method in DadProxy 45 naForwarder.stop(); in stop() 46 nsForwarder.stop(); in stop()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/sound/ |
D | VolumeSettingsRingtoneManagerTest.java | 116 verify(mRingtone).stop(); in testPlayAudioFeedback_play_playUntilTimeout() 125 verify(mRingtone, never()).stop(); in testPlayAudioFeedback_play_stoppedBeforeTimeout() 132 verify(mRingtone).stop(); in testStopCurrentRingtone_stop() 138 verify(mRingtone, never()).stop(); in testStopCurrentRingtone_noCurrentRingtone()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 229 int i,update,stop; in db_RobCamRotation_Polish() local 234 for(update=1,stop=0,i=0;(stop<2) && (i<max_iterations);i++) in db_RobCamRotation_Polish() 259 if(current_cost-cost<current_cost*improvement_requirement) stop++; in db_RobCamRotation_Polish() 260 else stop=0; in db_RobCamRotation_Polish() 276 stop=0; in db_RobCamRotation_Polish() 570 int i,update,stop,n; in db_RobCamRotation_Polish_Generic() local 577 for(update=1,stop=0,i=0;(stop<2) && (i<max_iterations);i++) in db_RobCamRotation_Polish_Generic() 603 if(current_cost-cost<current_cost*improvement_requirement) stop++; in db_RobCamRotation_Polish_Generic() 604 else stop=0; in db_RobCamRotation_Polish_Generic() 619 stop=0; in db_RobCamRotation_Polish_Generic()
|
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
D | DampedSpring.java | 109 stop(); in update() 122 stop(); in update() 141 public void stop() {
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | Beeper.java | 129 currentBeep.stop(); in stopBeeping() 186 public void stop() { in stop() method in Beeper.BeepRecord 188 mPlayer.stop(); in stop() 192 mRingtone.stop(); in stop()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | VectorAnimationController.java | 65 mAnimatedVectorDrawableCompat.stop(); in pause() 94 mAnimatedVectorDrawableCompat.stop(); in release() 100 mAnimatedVectorDrawableCompat.stop(); in updateViewStates()
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerKlaxon.kt | 41 fun stop(context: Context) { in stop() method 45 getAsyncRingtonePlayer(context)!!.stop() in stop() 53 stop(context) in start()
|
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/ |
D | TextToSpeechHelper.java | 186 mTextToSpeechEngine.stop(); in requestStop() 208 mTextToSpeechEngine.stop(); in playInternal() 222 mTextToSpeechEngine.stop(); in playInternal() 252 mTextToSpeechEngine.stop(); in shutdownEngine() 371 mTextToSpeechEngine.stop(); in onError()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmKlaxon.kt | 43 fun stop(context: Context) { in stop() method 47 getAsyncRingtonePlayer(context)!!.stop() in stop() 55 stop(context) in start()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | AlwaysDiscoverableTest.java | 65 mAlwaysDiscoverable.stop(); in isStartedWithStartStop() 71 mAlwaysDiscoverable.stop(); in stopWithoutStart() 88 mAlwaysDiscoverable.stop(); in stopUnregistersReceiver()
|