Loading apex/blobstore/service/java/com/android/server/blob/BlobStoreManagerService.java +10 −2 Original line number Diff line number Diff line Loading @@ -1404,7 +1404,11 @@ public class BlobStoreManagerService extends SystemService { if (LOGV) { Slog.v(TAG, "Received " + intent); } switch (intent.getAction()) { final String action = intent.getAction(); if (action == null) { return; } switch (action) { case Intent.ACTION_PACKAGE_FULLY_REMOVED: case Intent.ACTION_PACKAGE_DATA_CLEARED: final String packageName = intent.getData().getSchemeSpecificPart(); Loading @@ -1431,7 +1435,11 @@ public class BlobStoreManagerService extends SystemService { if (LOGV) { Slog.v(TAG, "Received: " + intent); } switch (intent.getAction()) { final String action = intent.getAction(); if (action == null) { return; } switch (action) { case Intent.ACTION_USER_REMOVED: final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, USER_NULL); Loading Loading
apex/blobstore/service/java/com/android/server/blob/BlobStoreManagerService.java +10 −2 Original line number Diff line number Diff line Loading @@ -1404,7 +1404,11 @@ public class BlobStoreManagerService extends SystemService { if (LOGV) { Slog.v(TAG, "Received " + intent); } switch (intent.getAction()) { final String action = intent.getAction(); if (action == null) { return; } switch (action) { case Intent.ACTION_PACKAGE_FULLY_REMOVED: case Intent.ACTION_PACKAGE_DATA_CLEARED: final String packageName = intent.getData().getSchemeSpecificPart(); Loading @@ -1431,7 +1435,11 @@ public class BlobStoreManagerService extends SystemService { if (LOGV) { Slog.v(TAG, "Received: " + intent); } switch (intent.getAction()) { final String action = intent.getAction(); if (action == null) { return; } switch (action) { case Intent.ACTION_USER_REMOVED: final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, USER_NULL); Loading