HomeSort by relevance Sort by last modified time
    Searched refs:onUserStarted (Results 1 - 16 of 16) sorted by null

  /system/core/storaged/binder/android/os/
IStoraged.aidl 21 void onUserStarted(int userId);
  /system/core/storaged/include/
storaged_service.h 40 binder::Status onUserStarted(int32_t userId);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BasicAdminReceiver.java 55 public void onUserStarted(Context context, Intent intent, UserHandle userHandle) {
56 super.onUserStarted(context, intent, userHandle);
  /system/vold/binder/android/os/
IVold.aidl 32 void onUserStarted(int userId);
  /system/vold/
VolumeManager.h 94 int onUserStarted(userid_t userId);
VoldNativeService.h 42 binder::Status onUserStarted(int32_t userId);
VoldNativeService.cpp 264 binder::Status VoldNativeService::onUserStarted(int32_t userId) {
268 return translate(VolumeManager::Instance()->onUserStarted(userId));
VolumeManager.cpp 375 int VolumeManager::onUserStarted(userid_t userId) {
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java     [all...]
  /system/core/storaged/
storaged_service.cpp 167 binder::Status StoragedService::onUserStarted(int32_t userId) {
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 357 milliseconds