HomeSort by relevance Sort by last modified time
    Searched full:startsession (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/cros/system_api/dbus/login_manager/
dbus-constants.h 15 const char kSessionManagerStartSession[] = "StartSession";
  /system/tpm/trunks/
hmac_session_impl.cc 48 return session_manager_->StartSession(TPM_SE_HMAC, bind_entity,
session_manager_impl.h 42 TPM_RC StartSession(TPM_SE session_type,
trunks_factory_for_test.cc 298 TPM_RC StartSession(HmacSession* session) override {
299 return target_->StartSession(session);
402 TPM_RC StartSession(TPM_SE session_type, TPMI_DH_ENTITY bind_entity,
406 return target_->StartSession(session_type, bind_entity,
policy_session_test.cc 78 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_POLICY, handle,
97 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_POLICY, TPM_RH_NULL,
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 128 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder,
134 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder,
140 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri,
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 108 Log.startSession("TSSwR.oR");
123 Log.startSession("TSStR.oR");
163 Log.startSession("TS.init");
SystemStateProvider.java 42 Log.startSession("SSP.oR");
BluetoothPhoneServiceImpl.java 96 Log.startSession("BPSI.aC");
118 Log.startSession("BPSI.hC");
139 Log.startSession("BPSI.sD");
163 Log.startSession("BPSI.gNO");
186 Log.startSession("BPSI.gSN");
214 Log.startSession("BPSI.lCC");
239 Log.startSession("BPSI.qPS");
256 Log.startSession("BPSI.pC");
    [all...]
Session.java 46 // session. This can happen if Log.startSession(...) is called multiple times on the same
208 // Log.startSession was called from within another active session. Use the parent's
BluetoothManager.java 54 Log.startSession("BMSL.oSC");
71 Log.startSession("BMSL.oSD");
88 Log.startSession("BM.oR");
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 287 startSession(item);
422 private void startSession(final PlaylistItem item) {
423 mClient.startSession(null, new SessionActionCallback() {
426 logStatus("startSession: succeeded", sessionId, sessionStatus, null, null);
432 logError("startSession: failed", error, code);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 287 startSession(item);
422 private void startSession(final PlaylistItem item) {
423 mClient.startSession(null, new SessionActionCallback() {
426 logStatus("startSession: succeeded", sessionId, sessionStatus, null, null);
432 logError("startSession: failed", error, code);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
RemotePlayer.java 287 startSession(item);
422 private void startSession(final PlaylistItem item) {
423 mClient.startSession(null, new SessionActionCallback() {
426 logStatus("startSession: succeeded", sessionId, sessionStatus, null, null);
432 logError("startSession: failed", error, code);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
RemotePlayer.java 289 startSession(item);
423 private void startSession(final PlaylistItem item) {
424 mClient.startSession(null, new SessionActionCallback() {
427 logStatus("startSession: succeeded", sessionId, sessionStatus, null, null);
433 logError("startSession: failed", error, code);
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionImpl.java 219 public synchronized void startSession(@Nullable ImageLifecycleListener listener,
240 public synchronized void startSession(@Nullable ImageLifecycleListener listener,
265 public synchronized void startSession(@Nullable ImageLifecycleListener listener,
351 "Cannot call finish without calling startSession first.");
433 "Cannot call finish without calling startSession first.");
  /cts/tests/tests/assist/src/android/assist/cts/
AssistStructureTest.java 91 startSession();
FlagSecureTest.java 88 startSession();
LargeViewHierarchyTest.java 90 startSession();
AssistantContentViewTest.java 92 startSession();
ExtraAssistDataTest.java 77 startSession();
FocusChangeTest.java 97 startSession();
LifecycleTest.java 109 startSession();
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 58 if not self._sm.StartSession(self.username, ''):
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 87 if not sm.StartSession(ownership.TESTUSER, ''):
136 if not sm.StartSession(ownership.TESTUSER, ''):

Completed in 1184 milliseconds

12 3 4 5