OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java
68
int
endId
= Integer.decode(channelRange.substring(dashIndex + 1).trim());
70
if (DBG) log("enabling emergency IDs " + startId + '-' +
endId
);
71
manager.enableCellBroadcastRange(startId,
endId
);
73
if (DBG) log("disabling emergency IDs " + startId + '-' +
endId
);
74
manager.disableCellBroadcastRange(startId,
endId
);
124
int
endId
= Integer.decode(channelRange.substring(dashIndex + 1).trim());
125
if (messageId >= startId && messageId <=
endId
) {
/external/srec/tools/grxmlcompile/
sub_grph.h
118
endId
= lastId;
227
void PullUpBegins (int currId, int baseId, int
endId
, int procLabel, int *nodeList, int currNum, int maxNum);
228
void ProcessBegins (int currId, int
endId
, int procLabel, int *nodeList, int currNum, int *visitMark, int maxNum);
235
void RemoveRuleStarts (int startId, int
endId
);
236
void RemoveRuleEnds (int startId, int
endId
);
238
void RemoveForwardConnections (int startId, int
endId
);
239
void RemoveBackwardConnections (int startId, int
endId
);
359
int
endId
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java
154
String
endId
= mMenuManager.getItems()[0].getId();
158
mMenuManager.insertBefore(
endId
, sep);
159
endId
= sep.getId();
172
mMenuManager.insertBefore(
endId
, menuItem);
175
insertTagSpecificMenus(
endId
);
176
insertVisualRefactorings(
endId
);
177
insertParentItems(
endId
);
220
private void insertParentItems(String
endId
) {
223
mMenuManager.insertBefore(
endId
, new Separator());
236
mMenuManager.insertBefore(
endId
, new NestedParentMenu(label, parent))
[
all
...]
Completed in 562 milliseconds