Home | History | Annotate | Download | only in server

Lines Matching defs:packageManager

41 import android.content.pm.PackageManager;
42 import android.content.pm.PackageManager.NameNotFoundException;
1162 Slog.w(TAG, "Could not contact PackageManager", e);
1363 IPackageManager packageManager = ActivityThread.getPackageManager();
1364 if (packageManager != null) {
1376 Slog.w(TAG, "Could not contact PackageManager", e);
1559 != PackageManager.PERMISSION_GRANTED) {