Searched defs:_type (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DBasePermission.java47 BasePermission(String _name, String _sourcePackage, int _type) { argument
50 type = _type;
/frameworks/base/core/java/android/view/
H A DWindowManager.java1546 public LayoutParams(int _type) { argument
1548 type = _type;
1552 public LayoutParams(int _type, int _flags) { argument
1554 type = _type;
1559 public LayoutParams(int _type, int _flags, int _format) { argument
1561 type = _type;
1566 public LayoutParams(int w, int h, int _type, int _flags, int _format) { argument
1568 type = _type;
1573 public LayoutParams(int w, int h, int xpos, int ypos, int _type, argument
1578 type = _type;
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java1511 public Alarm(int _type, long _when, long _whenElapsed, long _windowLength, long _maxWhen, argument
1514 type = _type;
1515 wakeup = _type == AlarmManager.ELAPSED_REALTIME_WAKEUP
1516 || _type == AlarmManager.RTC_WAKEUP;
1523 tag = makeTag(_op, _type);

Completed in 443 milliseconds