Searched refs:start (Results 1 - 25 of 1100) sorted by last modified time

1234567891011>>

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipAccountRegistry.java149 * @param sipProfileName The name of the {@link SipProfile} to start, or {@code null} for all.
216 if (VERBOSE) log("startSipProfiles, start auto registration");
223 ).start();
232 * @param sipProfileName A specific SIP profile Name to start, or {@code null} to start all.
261 * @param profile The {@link SipProfile} to start.
H A DSipConnectionService.java100 if (VERBOSE) log("start, network not connected, dropping call");
232 }).start();
H A DSipEditor.java186 if (VERBOSE) log("onCreate, start profile editor");
420 }, "SipEditor").start();
H A DSipSettings.java178 }.start();
191 }).start();
315 }, "unregisterProfile").start();
H A DSipUtil.java192 // Wait until boot complete to start SIP so that it has access to CE storage.
193 SipService.start(phoneGlobalsContext);
/packages/services/Telephony/src/com/android/phone/
H A DCallForwardEditPreference.java189 int start = summaryOn.indexOf(wrappedNumber);
193 start, start + wrappedNumber.length());
H A DCallLogger.java110 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start, argument
H A DCallNotifier.java223 new InCallTonePlayer(toneToPlay).start();
232 new InCallTonePlayer(toneToPlay).start();
282 * and start() it.
289 * Instead, just start the InCallTonePlayer, which will automatically
432 // manually start/stop each individual tone, or manually
433 // insert the correct delay between tones. (We just start it
452 if (DBG) log("- InCallTonePlayer: start playing call tone=" + toneType);
532 // start a timer that kills the dialog
579 // start a timer that kills the dialog
701 // start
[all...]
H A DEmergencyActionGroup.java266 reveal.start();
325 .start();
355 reveal.start();
374 reveal.start();
388 }).start();
390 }).start();
H A DEmergencyCallbackModeExitDialog.java93 waitForConnectionCompleteThread.start();
209 }.start();
H A DEmergencyCallbackModeService.java166 mTimer.start();
H A DEmergencyDialer.java152 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
157 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { argument
H A DIccNetworkDepersonalizationPanel.java91 public void beforeTextChanged(CharSequence buffer, int start, int olen, int nlen) {
94 public void onTextChanged(CharSequence buffer, int start, int olen, int nlen) {
H A DPhoneInterfaceManager.java1369 checkSimPin.start();
1381 checkSimPuk.start();
4023 * Action set from carrier signalling broadcast receivers to start/stop reporting the default
4028 * @param report control start/stop reporting the default network status.
H A DSimContacts.java321 thread.start();
/packages/services/Telephony/src/com/android/phone/settings/
H A DPhoneAccountSettingsFragment.java58 * Value to start ordering of phone accounts relative to other preferences. By setting this
209 }).start();
/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConnection.java163 mEmergencyTonePlayer.start();
H A DEmergencyTonePlayer.java67 public void start() { method in class:EmergencyTonePlayer
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DEmbmsSampleDownloadService.java206 mHandlerThread.start();
H A DEmbmsTestStreamingService.java201 mHandlerThread.start();
/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
H A DEmbmsTestDownloadApp.java195 mHandlerThread.start();
/packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/
H A DEmbmsTestStreamingApp.java148 mHandlerThread.start();
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DCarEmulator.java66 public void start() { method in class:CarEmulator
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
H A DAudioPlayer.java97 public void start(boolean handleFocus, boolean repeat, int focusRequest) { method in class:AudioPlayer
113 public void start(boolean handleFocus, boolean repeat, int focusRequest, method in class:AudioPlayer
116 start(handleFocus, repeat, focusRequest);
173 mPlayer.start();
205 mPlayer.start();
H A DAudioTestFragment.java186 mMusicPlayer.start(requestFocus, repeat, AudioManager.AUDIOFOCUS_GAIN);
189 mMusicPlayerShort.start(true, false, AudioManager.AUDIOFOCUS_GAIN_TRANSIENT);
195 v -> mWavPlayer.start(true, true, AudioManager.AUDIOFOCUS_GAIN));
202 Log.i(TAG, "Nav start");
211 mNavGuidancePlayer.start(true, false,
222 Log.i(TAG, "VR start");
231 mVrPlayer.start(true, false,
239 Log.i(TAG, "System start");
243 mSystemPlayer.start(false, false, 0);
272 mCarEmulator.start();
[all...]

Completed in 290 milliseconds

1234567891011>>