Searched defs:info (Results 151 - 175 of 424) sorted by relevance

1234567891011>>

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java184 activity.onAppPicked(((AppItem) item).info);
196 showAppDetails(((AppItem) item).info);
265 public final ResolveInfo info; field in class:RootsFragment.AppItem
267 public AppItem(ResolveInfo info) { argument
269 this.info = info;
279 icon.setImageDrawable(info.loadIcon(pm));
280 title.setText(info.loadLabel(pm));
345 for (ResolveInfo info : infos) {
346 if (!context.getPackageName().equals(info
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMultiUserAvatar.java75 KeyguardMultiUserSelectorView userSelector, UserInfo info) {
79 icon.init(info, userSelector);
74 fromXml(int resId, Context context, KeyguardMultiUserSelectorView userSelector, UserInfo info) argument
H A DKeyguardUpdateMonitorCallback.java134 * Called when the user's info changed.
195 public void onFingerprintAcquired(int info) { } argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java79 public String tag, info; field in class:GestureRecorder.Gesture.TagRecord
80 public TagRecord(long when, String tag, String info) { argument
83 this.info = info;
86 return String.format("{\"type\":\"tag\", \"time\":%d, \"tag\":\"%s\", \"info\":\"%s\"}",
89 this.info
114 public void tag(long when, String tag, String info) { argument
115 mRecords.add(new TagRecord(when, tag, info));
171 public void tag(long when, String tag, String info) { argument
177 mCurrentGesture.tag(when, tag, info);
190 tag(String tag, String info) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java89 final DeviceInfo info = mDeviceInfo.valueAt(i);
92 pw.print(" "); pw.println(infoToString(info));
96 private static String infoToString(DeviceInfo info) { argument
97 return info == null ? null : ("connectionState=" +
98 connectionStateToString(info.connectionState) + ",bonded=" + info.bonded);
149 final DeviceInfo info = mDeviceInfo.valueAt(i);
150 if (!info.bonded) continue;
155 paired.state = connectionStateToPairedDeviceState(info.connectionState);
236 for (DeviceInfo info
[all...]
H A DKeyButtonView.java115 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
116 super.onInitializeAccessibilityNodeInfo(info);
118 info.addAction(new AccessibilityNodeInfo.AccessibilityAction(ACTION_CLICK, null));
120 info.addAction(
/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java37 public final ProviderInfo info; field in class:ContentProviderRecord
60 info = _info;
70 info = cpr.info;
79 ContentProviderHolder holder = new ContentProviderHolder(info);
87 return (info.multiprocess || info.processName.equals(app.processName))
88 && uid == app.info.uid;
145 pw.print(info.applicationInfo.packageName);
146 pw.print(" process="); pw.println(info
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java313 public void onVpnStateChanged(NetworkInfo info) { argument
314 if (info.getDetailedState() == DetailedState.FAILED) {
322 public NetworkInfo augmentNetworkInfo(NetworkInfo info) { argument
323 if (info.isConnected()) {
325 info = new NetworkInfo(info);
326 info.setDetailedState(vpnInfo.getDetailedState(), vpnInfo.getReason(), null);
328 return info;
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java50 TvInputHardwareInfo info, TvStreamConfig[] configs);
132 private void deviceAvailableFromNative(TvInputHardwareInfo info) { argument
134 Slog.d(TAG, "deviceAvailableFromNative: info = " + info);
136 mHandler.obtainMessage(EVENT_DEVICE_AVAILABLE, info).sendToTarget();
161 TvInputHardwareInfo info = (TvInputHardwareInfo)msg.obj;
163 retrieveStreamConfigsLocked(info.getDeviceId());
165 Slog.d(TAG, "EVENT_DEVICE_AVAILABLE: info = " + info);
167 configs = mStreamConfigs.get(info
49 onDeviceAvailable( TvInputHardwareInfo info, TvStreamConfig[] configs) argument
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java228 public void attachInfo(Context context, ProviderInfo info) { argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DInputPort.java275 InputPort(Filter filter, String name, Signature.PortInfo info) { argument
278 mInfo = info;
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp78 // Turn off verbose so that we only generate the .info file.
118 FILE *info = fopen(infoFile.c_str(), "w"); local
119 if (!info) {
120 fprintf(stderr, "Could not open info file %s\n", infoFile.c_str());
124 fprintf(info, "exportVarCount: %u\n", ME->getExportVarCount());
127 fprintf(info, "%s\n", varNameList[i]);
130 fprintf(info, "exportFuncCount: %u\n", ME->getExportFuncCount());
133 fprintf(info, "%s\n", funcNameList[i]);
136 fprintf(info, "exportForEachCount: %u\n",
141 fprintf(info, "
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp114 // Acquire the read lock on object_file for reading its RS info file.
127 // Open and load the RS info file.
130 RSInfo *info = RSInfo::ReadFromFile(info_file); local
135 if (info == NULL) {
141 // Check that the info in the RS info file is consistent we what we want.
149 // If the info file contains different hash for the source than what we are
153 if (!info->IsConsistent(output_path.c_str(), expectedSourceHash, expectedCompileCommandLine,
156 delete info;
163 RSExecutable *executable = RSExecutable::Create(*info, *object_fil
225 RSInfo *info = NULL; local
432 RSInfo* info = RSInfo::ExtractFromSource(pScript.getSource(), bitcode_sha1, local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp348 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName); local
349 if (NULL != info) {
350 if (!info->isUndef())
352 if (info->isWeak())
H A DGarbageCollection.cpp229 ResolveInfo* info = info_it.getEntry(); local
230 if (!info->isDefine() || info->isLocal())
233 if (!info->isInDyn())
236 LDSymbol* sym = info->outSymbol();
257 ResolveInfo* info = info_it.getEntry(); local
258 if (!info->isDefine() ||
259 info->isLocal() ||
260 info->shouldForceLocal(m_Config))
262 LDSymbol* sym = info
283 ResolveInfo* info = sym->resolveInfo(); local
[all...]
H A DResolveInfo.cpp273 ResolveInfo* info = static_cast<ResolveInfo*>( local
275 if (NULL == info)
278 new (info) ResolveInfo(); // call constructor at the `result` address.
279 std::memcpy(info->m_Name, pKey.data(), pKey.size());
280 info->m_Name[pKey.size()] = '\0';
281 info->m_BitField &= ~ResolveInfo::RESOLVE_MASK;
282 info->m_BitField |= (pKey.size() << ResolveInfo::NAME_LENGTH_OFFSET);
283 return info;
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp232 DisplayInfo info; local
233 status_t err = mSurfaceComposerClient->getDisplayInfo(dpy, &info);
239 float scaleX = float(info.w) / float(w);
240 float scaleY = float(info.h) / float(h);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java103 private void checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, argument
105 assertEquals("fromServiceId", fromServiceId, info.getFromServiceId());
106 assertEquals("toServiceId", toServiceId, info.getToServiceId());
107 assertEquals("fromCodeScheme", fromCodeScheme, info.getFromCodeScheme());
108 assertEquals("toCodeScheme", toCodeScheme, info.getToCodeScheme());
109 assertEquals("selected", selected, info.isSelected());
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java338 * @param info A {@link ProviderInfo} for the new provider.
341 public void attachInfo(Context context, ProviderInfo info) { argument
342 super.attachInfo(context, info);
345 if (info.exported) {
348 if (!info.grantUriPermissions) {
352 mStrategy = getPathStrategy(context, info.authority);
558 final ProviderInfo info = context.getPackageManager()
560 final XmlResourceParser in = info.loadXmlMetaData(
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java25 static int getLiveRegion(Object info) { argument
26 return ((AccessibilityNodeInfo) info).getLiveRegion();
29 static void setLiveRegion(Object info, int mode) { argument
30 ((AccessibilityNodeInfo) info).setLiveRegion(mode);
33 static Object getCollectionInfo(Object info) { argument
34 return ((AccessibilityNodeInfo) info).getCollectionInfo();
37 static Object getCollectionItemInfo(Object info) { argument
38 return ((AccessibilityNodeInfo) info).getCollectionItemInfo();
41 public static void setCollectionInfo(Object info, Object collectionInfo) { argument
42 ((AccessibilityNodeInfo) info)
46 setCollectionItemInfo(Object info, Object collectionItemInfo) argument
51 getRangeInfo(Object info) argument
67 getColumnCount(Object info) argument
71 getRowCount(Object info) argument
75 isHierarchical(Object info) argument
81 getColumnIndex(Object info) argument
85 getColumnSpan(Object info) argument
89 getRowIndex(Object info) argument
93 getRowSpan(Object info) argument
97 isHeading(Object info) argument
103 getCurrent(Object info) argument
107 getMax(Object info) argument
111 getMin(Object info) argument
115 getType(Object info) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java242 public void onRouteAdded(MediaRouter router, MediaRouter.RouteInfo info) { argument
247 public void onRouteRemoved(MediaRouter router, MediaRouter.RouteInfo info) { argument
252 public void onRouteChanged(MediaRouter router, MediaRouter.RouteInfo info) { argument
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp211 static void audioRecorder_callback(int event, void* user, void *info) { argument
212 //SL_LOGV("audioRecorder_callback(%d, %p, %p) entering", event, user, info);
226 android::AudioRecord::Buffer* pBuff = (android::AudioRecord::Buffer*)info;
H A Dandroid_GenericMediaPlayer.cpp96 static const char *media_info_type_to_string(media_info_type info) argument
98 switch (info) {
100 _(MEDIA_INFO_UNKNOWN, "Unknown info")
/frameworks/av/cmds/stagefright/
H A Dstream.cpp316 DisplayInfo info; local
317 SurfaceComposerClient::getDisplayInfo(display, &info);
318 ssize_t displayWidth = info.w;
319 ssize_t displayHeight = info.h;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp131 TrackInfo *info = &mTracks.editItemAt(index); local
132 sp<AnotherPacketSource> source = info->mSource;
439 TrackInfo *info = &mTracks.editItemAt(trackIndex); local
441 sp<AnotherPacketSource> source = info->mSource;
446 if (!info->mNPTMappingValid) {
454 ((double)rtpTime - (double)info->mRTPTime)
455 / info->mTimeScale
457 + info->mNormalPlaytimeUs;
490 TrackInfo *info = &mTracks.editItemAt(trackIndex); local
491 sp<AnotherPacketSource> source = info
505 TrackInfo *info = &mTracks.editItemAt(trackIndex); local
529 TrackInfo *info = &mTracks.editItemAt(trackIndex); local
570 TrackInfo info; local
[all...]

Completed in 689 milliseconds

1234567891011>>