Searched defs:detail (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartData.java24 public NetworkStatsHistory detail; field in class:ChartData
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DRelation.java24 * An immutable value type representing a statement relation with "kind" and "detail".
26 * <p> The set of kinds is enumerated by the API: <ul> <li> <b>delegate_permission</b>: The detail
32 * <p> The detail field is a lowercase alphanumeric string with underscores and periods allowed
43 private Relation(String kind, String detail) { argument
45 mDetail = detail;
57 * Returns the relation's detail.
65 * Creates a new Relation object for the specified {@code kind} and {@code detail}.
67 * @throws AssociationServiceException if {@code kind} or {@code detail} is not well formatted.
69 public static Relation create(@NonNull String kind, @NonNull String detail) argument
71 if (!KIND_PATTERN.matcher(kind).matches() || !DETAIL_PATTERN.matcher(detail)
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java26 /** Helper for quick settings detail panel clip animations. **/
34 public QSDetailClipper(View detail) { argument
35 mDetail = detail;
36 mBackground = (TransitionDrawable) detail.getBackground();
H A DQSPanel.java321 // which one should handle showing the detail.
396 // Treat this as a detail panel for now, to make things easy.
464 private void fireShowingDetail(DetailAdapter detail, int x, int y) { argument
466 mCallback.onShowingDetail(detail, x, y);
531 void onShowingDetail(DetailAdapter detail, int x, int y); argument
/frameworks/compile/mclinker/include/mcld/ADT/
H A Dilist_sort.h19 namespace detail { namespace in namespace:mcld
74 } // namespace detail
79 detail::sort(list, list.size(), is_less_than);
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h76 namespace detail { namespace in namespace:mcld::sys::fs
107 } // namespace detail
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp533 AString detail; local
534 CHECK(msg->findString("detail", &detail));
541 detail.c_str(),
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsServiceTest.java1093 private void expectNetworkStatsUidDetail(NetworkStats detail) throws Exception { argument
1094 expectNetworkStatsUidDetail(detail, new String[0], new NetworkStats(0L, 0));
1098 NetworkStats detail, String[] tetherIfacePairs, NetworkStats tetherStats)
1100 expect(mNetManager.getNetworkStatsUidDetail(eq(UID_ALL))).andReturn(detail).atLeastOnce();
1097 expectNetworkStatsUidDetail( NetworkStats detail, String[] tetherIfacePairs, NetworkStats tetherStats) argument
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp136 void notifyError(bool send, status_t err, const char *detail);
781 bool send, status_t err, const char *detail) {
787 msg->setString("detail", detail);
780 notifyError( bool send, status_t err, const char *detail) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp203 AString detail; local
204 CHECK(msg->findString("detail", &detail));
209 detail.c_str(),
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java326 CharSequence detail = r.getText(
338 showEncryptionNotification(user, title, message, detail, intent);
347 CharSequence detail = r.getText(
353 showEncryptionNotification(user, title, message, detail, intent);
357 CharSequence detail, PendingIntent intent) {
374 .setSubText(detail)
356 showEncryptionNotification(UserHandle user, CharSequence title, CharSequence message, CharSequence detail, PendingIntent intent) argument
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2796 void MediaCodec::onError(status_t err, int32_t actionCode, const char *detail) { argument
2803 if (detail != NULL) {
2804 msg->setString("detail", detail);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1368 public void logOperation(int cookie, String detail) { argument
1370 logOperationLocked(cookie, detail);
1389 private void logOperationLocked(int cookie, String detail) { argument
1393 if (detail != null) {
1394 msg.append(", ").append(detail);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 281 milliseconds