HomeSort by relevance Sort by last modified time
    Searched refs:onUserRemoved (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyCacheImpl.java 39 public void onUserRemoved(int userHandle) {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BasicAdminReceiver.java 49 public void onUserRemoved(Context context, Intent intent, UserHandle userHandle) {
50 super.onUserRemoved(context, intent, userHandle);
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 134 protected void onUserRemoved(int userId) {
139 super.onUserRemoved(userId);
  /system/vold/binder/android/os/
IVold.aidl 31 void onUserRemoved(int userId);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
RegisteredServicesCacheTest.java 152 cache.onUserRemoved(U1);
303 public void onUserRemoved(int userId) {
304 super.onUserRemoved(userId);
  /frameworks/base/core/java/android/app/
ActivityManagerInternal.java 155 public abstract void onUserRemoved(int userId);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
GenerationRegistry.java 94 public void onUserRemoved(int userId) {
  /system/vold/
VolumeManager.h 93 int onUserRemoved(userid_t userId);
VoldNativeService.h 41 binder::Status onUserRemoved(int32_t userId);
VoldNativeService.cpp 257 binder::Status VoldNativeService::onUserRemoved(int32_t userId) {
261 return translate(VolumeManager::Instance()->onUserRemoved(userId));
VolumeManager.cpp 370 int VolumeManager::onUserRemoved(userid_t userId) {
  /system/security/keystore/binder/android/security/
IKeystoreService.aidl 76 int onUserRemoved(int userId);
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 95 onUserRemoved(user);
258 private synchronized void onUserRemoved(int user) {
260 loge("Invalid user in onUserRemoved: " + user);
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 438 void onUserRemoved(int userId) {
442 mAppStandby.onUserRemoved(userId);
443 mAppTimeLimit.onUserRemoved(userId);
641 onUserRemoved(msg.arg1);
    [all...]
AppTimeLimitController.java 181 public void onUserRemoved(int userId) {
AppStandbyController.java     [all...]
AppIdleHistory.java 315 public void onUserRemoved(int userId) {
  /system/security/keystore/
key_store_service.h 152 ::android::binder::Status onUserRemoved(int32_t userId, int32_t* _aidl_return) override;
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 233 onUserRemoved(userId);
781 protected void onUserRemoved(int userId) {
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 682 public void onUserRemoved(int userId) {
684 mBinder.onUserRemoved(userId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerService.java 470 mImpl.onUserRemoved(userId);
    [all...]
OverlayManagerServiceImpl.java 234 void onUserRemoved(final int userId) {
236 Slog.d(TAG, "onUserRemoved userId=" + userId);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ManagedServicesTest.java 629 service.onUserRemoved(0);
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 310 vpn.onUserRemoved(tempProfile.id);

Completed in 614 milliseconds

1 2 3