HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1101 - 1125 of 1775) sorted by null

<<41424344454647484950>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 172 final ActivityInfo info = resolveInfo.activityInfo; local
173 final String title = info.loadLabel(pm).toString();
180 persistentTaskId, resolveInfo, baseIntent, info.packageName,
227 private Drawable getFullResIcon(ResolveInfo info, PackageManager packageManager) {
231 info.activityInfo.applicationInfo);
236 int iconId = info.activityInfo.getIconResource();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 348 ApplicationInfo info = mContext.getPackageManager().getApplicationInfo(sbn.getPackageName(), 0); local
349 version = info.targetSdkVersion;
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 184 final DeviceAdminInfo info; field in class:DevicePolicyManagerService.ActiveAdmin
236 info = _info;
239 int getUid() { return info.getActivityInfo().applicationInfo.uid; }
242 return new UserHandle(UserHandle.getUserId(info.getActivityInfo().applicationInfo.uid));
248 info.writePoliciesToXml(out);
358 info.readPoliciesFromXml(parser);
426 ArrayList<DeviceAdminInfo.PolicyInfo> pols = info.getUsedPolicies();
485 if (pm.getPackageInfo(aa.info.getPackageName(), 0, userHandle) == null
486 || pm.getReceiverInfo(aa.info.getComponent(), 0, userHandle) == null) {
625 && who.getPackageName().equals(admin.info.getActivityInfo().packageName
1050 DeviceAdminInfo info = findAdmin(adminReceiver, userHandle); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
CompatModePackages.java 155 CompatibilityInfo info = new CompatibilityInfo(ai, local
158 if (info.alwaysSupportsScreen()) {
161 if (info.neverSupportsScreen()) {
207 return computeCompatModeLocked(r.info.applicationInfo);
216 setPackageScreenCompatModeLocked(r.info.applicationInfo, mode);
291 // Need to get compatibility info in new state.
304 if (a.info.packageName.equals(packageName)) {
373 CompatibilityInfo info = new CompatibilityInfo(ai, screenLayout, local
375 if (info.alwaysSupportsScreen()) {
378 if (info.neverSupportsScreen())
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 185 // ref. location info
190 // set id info
406 NetworkInfo info =
410 info = connManager.getNetworkInfo(info.getType());
412 updateNetworkState(networkState, info);
543 public void updateNetworkState(int state, NetworkInfo info) {
544 sendMessage(UPDATE_NETWORK_STATE, state, info);
547 private void handleUpdateNetworkState(int state, NetworkInfo info) {
552 + " info: " + info)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 164 for (AccessibilityServiceInfo info : mManagerService.getInstalledAccessibilityServiceList(
166 ServiceInfo serviceInfo = info.getResolveInfo().serviceInfo;
282 AccessibilityServiceInfo info = MockAccessibilityService.createDefaultInfo(); local
283 info.notificationTimeout = TIMEOUT_TEST_NOTIFICATION_TIMEOUT;
284 service.setServiceInfo(info);
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 205 uint32_t info() const function in class:mcld::ResolveInfo
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 179 ActivityDescription info = findActivityDescription(id);
180 if (info != null) {
181 info.thumbnail = bitmap;
188 info.matrix = matrix;
190 info.matrix = null;
307 final ActivityInfo info = resolveInfo.activityInfo; local
308 final String title = info.loadLabel(pm).toString();
309 Drawable icon = info.loadIcon(pm);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 337 * Holds all info about a message page needed to assemble a complete
486 SmsCbConcatInfo info = iter.next(); local
488 if (!info.matchesLocation(plmn, lac, cid)) {
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 237 EDID_AUDIO_INFO info = { 0 }; local
240 if (AudioUtil::getHDMIAudioSinkCaps(&info)) {
241 for (int i = 0; i < info.nAudioBlocks && i < MAX_EDID_BLOCKS; i++) {
242 if (info.AudioBlocksArray[i].nChannels > channel_count &&
243 info.AudioBlocksArray[i].nChannels <= MAX_HDMI_CHANNEL_CNT) {
244 channel_count = info.AudioBlocksArray[i].nChannels;
    [all...]
  /hardware/qcom/display/libexternal/
external.cpp 245 ALOGD("%s: Scan Info string: %s length = %d",
249 ALOGE("%s: Scan Info file empty '%s'",
288 // Store underscan support info in a system property
316 void set_info(struct fb_var_screeninfo &info) const;
319 void disp_mode_timing_type::set_info(struct fb_var_screeninfo &info) const
321 info.reserved[0] = 0;
322 info.reserved[1] = 0;
323 info.reserved[2] = 0;
325 info.reserved[3] = (info.reserved[3] & 0xFFFF) | (video_format << 16)
587 struct fb_var_screeninfo info; local
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 825 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; local
826 info.pipeInfo = new MdpPipeInfoLowRes;
827 info.rot = NULL;
828 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
849 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex]; local
850 info.pipeInfo = new MdpPipeInfoLowRes;
851 info.rot = NULL;
852 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
999 PipeLayerPair& info = mCurrentFrame.mdpToLayer[nYuvIndex]; local
1000 info.pipeInfo = new MdpPipeInfoHighRes
1020 PipeLayerPair& info = mCurrentFrame.mdpToLayer[index]; local
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 124 * <li>the default level ({@link Level#INFO})
127 volatile int levelIntVal = Level.INFO.intValue();
644 * inherited from its parent. The default level is {@code Level.INFO}.
858 * Logs a message of level {@code Level.INFO}; the message is transmitted
864 public void info(String msg) { method in class:Logger
865 log(Level.INFO, msg);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 41 #define info(v) (v)->ntype /* badly overloaded here */ macro
188 info(p) = poscnt;
347 f->re[info(v)].ltype = type(v);
348 f->re[info(v)].lval.np = right(v);
362 f->re[info(v)].lfollow = p;
389 lp = info(p); /* look for high-water mark of subscripts */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 174 BluetoothOppShareInfo info = (BluetoothOppShareInfo)msg.obj; local
175 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId);
181 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId +
305 BluetoothOppShareInfo info = null; local
309 info = mBatch.getPendingShare();
310 while (info != null) {
311 if (info.mStatus < 200) {
312 info.mStatus = failReason;
313 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + info.mId)
700 BluetoothOppShareInfo info = mBatch.getPendingShare(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 164 AdapterContextMenuInfo info = (AdapterContextMenuInfo) menuInfo; local
165 populateBookmarkItem(mAdapter.getItem(info.position), header);
186 AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); local
187 deleteSnapshot(info.id);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 179 // If we have no row info, mAgendaAdapter returns the view.
261 // is the same. RowInfo has the correct info , so take it from there.
293 public void changeCursor(DayAdapterInfo info) {
294 calculateDays(info);
295 mAgendaAdapter.changeCursor(info.cursor);
340 MultipleDayInfo info = iter.next(); local
343 if (info.mEndDay < currentDay) {
355 info.mEventStartTimeMilli, mTimeZone);
357 long infoEndTime = (info.mEndDay == currentDay) ?
358 info.mEventEndTimeMilli : nextMidnight
405 MultipleDayInfo info = iter.next(); local
    [all...]
AgendaListView.java 318 DayAdapterInfo info = mWindowAdapter.getAdapterInfoByPosition(position); local
319 if (info != null) {
320 return info.dayAdapter.findJulianDayFromPosition(position - info.offset);
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 281 // Set at most 1 extra piece of contact info that can be a phone number or
284 String info = memberDataCursor.getString(DATA_COLUMN_INDEX); local
285 member.setExtraInfo(info);
362 public void setExtraInfo(String info) {
363 mExtraInfo = info;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 163 // If we're using smart reply/forward, we need info about the original message
165 OriginalMessageInfo info = getOriginalMessageInfo(mContext, mMessage.mId); local
166 if (info != null) {
173 s.data(Tags.COMPOSE_ITEM_ID, info.mItemId);
174 s.data(Tags.COMPOSE_FOLDER_ID, info.mCollectionId);
207 * The only useful info in the SendMail response is the status; we capture and save it
249 /*package*/ String generateSmartSendCmd(boolean reply, OriginalMessageInfo info) {
252 if (!TextUtils.isEmpty(info.mLongId)) {
254 sb.append(Uri.encode(info.mLongId, ":"));
257 sb.append(Uri.encode(info.mItemId, ":"))
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 478 Entry.Column info = ((AnnotatedElement) field).getAnnotation(Entry.Column.class); local
479 if (info == null) continue;
507 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.unique(),
508 info.fullText(), info.defaultValue(), field, index));
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 257 UpdateInfo info = new UpdateInfo(); local
259 info.version = mSourceVersion;
260 info.size = mSize;
265 info.reloadStart = i;
266 info.reloadCount = Math.min(MAX_LOAD_COUNT, n - i);
267 return info;
270 return mSourceVersion == mVersion ? null : info;
278 public UpdateContent(UpdateInfo info) {
279 mUpdateInfo = info;
284 UpdateInfo info = mUpdateInfo local
372 UpdateInfo info = executeAndWait(new GetUpdateInfo(version)); local
    [all...]
AlbumSetDataLoader.java 266 UpdateInfo info = new UpdateInfo();
267 info.version = mSourceVersion;
268 info.index = index;
269 info.size = mSize;
270 return info;
277 public UpdateContent(UpdateInfo info) {
278 mUpdateInfo = info;
286 UpdateInfo info = mUpdateInfo;
287 mSourceVersion = info.version;
288 if (mSize != info.size)
355 UpdateInfo info = executeAndWait(new GetUpdateInfo(version)); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 189 AdapterView.AdapterContextMenuInfo info; local
191 info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo();
197 final Cursor cursor = (Cursor) mListAdapter.getItem(info.position);
SlideshowEditActivity.java 416 AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo) menuInfo; local
417 int position = info.position;
439 AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo(); local
440 int position = info.position;

Completed in 2786 milliseconds

<<41424344454647484950>>