Searched refs:ne (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationPanelLogger.java | 82 for (NotificationEntry ne : visibleNotifications) { in toNotificationProto() 83 final StatusBarNotification n = ne.getSbn(); in toNotificationProto() 95 proto.section = toNotificationSection(ne.getBucket()); in toNotificationProto()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | BlockedAppActivity.java | 72 } catch (PackageManager.NameNotFoundException ne) { in getAppLabel() 73 Slog.e(TAG, "Package " + packageName + " not found", ne); in getAppLabel()
|
D | SuspendedAppActivity.java | 95 } catch (PackageManager.NameNotFoundException ne) { in getAppLabel() 96 Slog.e(TAG, "Package " + packageName + " not found", ne); in getAppLabel() 227 } catch (PackageManager.NameNotFoundException ne) { in onCreate() 228 Slog.e(TAG, "Could not find resources for " + mSuspendingPackage, ne); in onCreate()
|
/frameworks/base/test-runner/src/junit/runner/ |
D | BaseTestRunner.java | 264 } catch (NumberFormatException ne) { in getPreference()
|
/frameworks/base/tools/aapt/ |
D | XMLNode.cpp | 425 const namespace_entry& ne = namespaces.itemAt(i); in build_namespace() local 426 if (ne.uri == str) { in build_namespace() 427 str = ne.prefix; in build_namespace()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 1076 csel x2, x1, x2, ne 1224 csel x2, x1, x2, ne
|